Skip to content

embracesbs/terraform-provider-mssql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.