terraform-provider-mssql

Terraform provider for Sql Server.

Stars
7
Committers
4

Terraform Provider MSSQL

Run the following command to build the provider

go build -o terraform-provider-mssql

Test sample configuration

First, build and install the provider.

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