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 4fd579c commit d3b4e24Copy full SHA for d3b4e24
main.tf
@@ -49,11 +49,6 @@ resource "azurerm_mssql_server_transparent_data_encryption" "this" {
49
key_vault_key_id = var.key_vault_key_id
50
auto_rotation_enabled = var.auto_rotation_enabled
51
52
- # When automated TDE Key rotation is enabled, it is required to ignore new Key id for state consistency.
53
- lifecycle {
54
- ignore_changes = [key_vault_key_id]
55
- }
56
-
57
depends_on = [azurerm_key_vault_access_policy.tde_policy]
58
}
59
0 commit comments