terraform-provider-mssql
terraform-provider-mssql copied to clipboard
MS SQL Terraform provider
If you create a Azure SQL Database in the "Serverless" compute tier, the database is able to automatically pause and resume. This will lead to the following behaviour. Changes to...
Hi, Thanks for the provider, it really helped me solving a issue with creating a non-admin user on a new Azure SQL server. Right now I have a firewall exception...
**Current Behavior**: When running terraform plan, the output indicates that the _mssql_database.database_ resource will be updated in-place. Specifically, it shows a change in the _name_ attribute from **"another_database_name"** to **"same_database_name".**...
there was wrong link in share text
When creating a mssql_script resource that uses 'GO' in the script the resource fails to create. The error is: ``` mssql_script.ecamap_setup: Creating... ╷ │ Error: Failed to execute SQL script...
I only want to let you know that I wrapped the Terraform provider into a Pulumi provider. https://www.pulumi.com/registry/packages/mssql/
So as in title - if you have created database using **mssql_database** resource on RDS SQL Server instance with MultiAZ setup terraform will fail to terminate/delete database. **Getting this error...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.3. Commits 4c93d8f EqualExportedValues: Handle nested pointer, slice and map fields (#1379) 4b2f4d2 add EventuallyWithT assertion (#1264) b3106d7 allow testing for functional options (#1023) 437071b...
Bumps [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go) from 0.14.3 to 0.15.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-go's releases. v0.15.0 NOTES: all: This Go module has been updated to Go 1.19 per the Go support policy. It...
Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.25.0 to 2.26.1. Release notes Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's releases. v2.26.1 BUG FIXES: helper/resource: Prevented build errors with type aliasing added in v2.26.0 (#1176) v2.26.0 NOTES: This Go...