Categorygithub.com/embracesbs/terraform-provider-mssql
repositorypackage
0.2.4-alpha
Repository: https://github.com/embracesbs/terraform-provider-mssql.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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