Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/embracesbs/terraform-provider-mssql

Terraform provider for Sql Server.
https://github.com/embracesbs/terraform-provider-mssql

database mssql mssql-database sqlserver terraform terraform-provider

Last synced: 26 days ago
JSON representation

Terraform provider for Sql Server.

Awesome Lists containing this project

README

        

# Terraform Provider MSSQL

Run the following command to build the provider

```shell
go build -o terraform-provider-mssql
```

## Test sample configuration

First, build and install the provider.

```shell
make local-install
```

This will create the provider binary. Copy that binary into the location that Terraform will try to find it. Depending on the OS, version and Terraform version this could differ.

## [Contributing](docs/contributing.md)