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.
2 parents f02b700 + 6db0914 commit f7f5113Copy full SHA for f7f5113
main.tf
@@ -50,6 +50,10 @@ resource "azurerm_mssql_server_transparent_data_encryption" "this" {
50
auto_rotation_enabled = var.auto_rotation_enabled
51
52
depends_on = [azurerm_key_vault_access_policy.tde_policy]
53
+
54
+ lifecycle {
55
+ ignore_changes = [key_vault_key_id]
56
+ }
57
}
58
59
resource "azurerm_mssql_firewall_rule" "this" {
0 commit comments