Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/embracesbs/terraform-provider-mssql
- Owner: embracesbs
- Created: 2021-02-22T16:42:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-19T08:45:51.000Z (over 3 years ago)
- Last Synced: 2024-09-29T14:23:01.570Z (about 1 month ago)
- Topics: database, mssql, mssql-database, sqlserver, terraform, terraform-provider
- Language: Go
- Homepage: https://registry.terraform.io/providers/embracesbs/mssql/latest
- Size: 49.8 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
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)