You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing the collation on an Azure SQL DB when the create_mode is default should create a new DB with the new collation
Actual Behavior
Terraform reports a success, but the collation is unchanged
Important Factoids
The other DB types (azurerm_postgresql_database and azurerm_mysql_database) create a new resource when the collation changes as well. I'm not sure if I'm missing any nuances around Azure SQL's collation option (since it's ignored if create_mode is not Default) or if this is just a straightforward change to the schema to add ForceNew: true.
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!
ghost
locked and limited conversation to collaborators
Mar 31, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Terraform v0.10.7
Azure v1.1.1
Affected Resource(s)
Expected Behavior
Changing the collation on an Azure SQL DB when the
create_mode
is default should create a new DB with the new collationActual Behavior
Terraform reports a success, but the collation is unchanged
Important Factoids
The other DB types (
azurerm_postgresql_database
andazurerm_mysql_database
) create a new resource when the collation changes as well. I'm not sure if I'm missing any nuances around Azure SQL's collation option (since it's ignored ifcreate_mode
is notDefault
) or if this is just a straightforward change to the schema to addForceNew: true
.The text was updated successfully, but these errors were encountered: