We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af73a9a commit 4fd579cCopy full SHA for 4fd579c
main.tf
@@ -19,6 +19,7 @@ resource "azurerm_mssql_server" "this" {
19
ignore_changes = [
20
administrator_login,
21
administrator_login_password,
22
+ transparent_data_encryption_key_vault_key_id
23
]
24
}
25
0 commit comments