hmcts / dtsse-shared-infrastructure

0 stars 0 forks source link

Add count to flex db KV item #49

Closed jasonpaige closed 1 year ago

jasonpaige commented 1 year ago

Does this PR introduce a breaking change? (check one with "x")

[ ] Yes
[x] No
hmcts-jenkins-d-to-i[bot] commented 1 year ago

Plan Result

Plan: 0 to add, 1 to change, 0 to destroy.
Change Result (Click me) ```hcl # azurerm_key_vault_secret.FLEXIBLE-DB-URL has moved to azurerm_key_vault_secret.FLEXIBLE-DB-URL[0] resource "azurerm_key_vault_secret" "FLEXIBLE-DB-URL" { id = "https://dtsse-aat.vault.azure.net/secrets/flexible-db-url/5a307591f8f04bffbbc88703a469ef70" name = "flexible-db-url" tags = {} # (6 unchanged attributes hidden) } # module.key-vault.azurerm_monitor_diagnostic_setting.kv-ds will be updated in-place ~ resource "azurerm_monitor_diagnostic_setting" "kv-ds" { id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/dtsse-aat/providers/Microsoft.KeyVault/vaults/dtsse-aat|dtsse-aat" name = "dtsse-aat" # (2 unchanged attributes hidden) - log { - category = "AuditEvent" -> null - enabled = true -> null - retention_policy { - days = 14 -> null - enabled = true -> null } } - log { - category = "AzurePolicyEvaluationDetails" -> null - enabled = false -> null - retention_policy { - days = 0 -> null - enabled = false -> null } } + log { + category = "AuditEvent" + enabled = true + retention_policy { + days = 14 + enabled = true } } - metric { - category = "AllMetrics" -> null - enabled = false -> null - retention_policy { - days = 0 -> null - enabled = false -> null } } # (1 unchanged block hidden) } Plan: 0 to add, 1 to change, 0 to destroy. ```