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 f02b700 commit 6db0914Copy full SHA for 6db0914
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