hmcts / dtsse-shared-infrastructure

0 stars 0 forks source link

add more views #12

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: 1 to add, 1 to change, 0 to destroy.
Change Result (Click me) ```hcl # azurerm_role_assignment.readers will be created + resource "azurerm_role_assignment" "readers" { + id = (known after apply) + name = (known after apply) + principal_id = "94f8f711-f032-4fbe-a878-6fc519358d88" + principal_type = (known after apply) + role_definition_id = (known after apply) + role_definition_name = "Grafana Viewer" + scope = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/dtsse-aat/providers/Microsoft.Dashboard/grafana/dtsse-grafana-aat" + skip_service_principal_aad_check = (known after apply) } # 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" - log_analytics_destination_type = "AzureDiagnostics" -> null name = "dtsse-aat" # (2 unchanged attributes hidden) - log { - category = "AuditEvent" -> null - enabled = true -> null - retention_policy { - days = 14 -> null - enabled = true -> null } } + log { + category = "AuditEvent" + enabled = true + retention_policy { + days = 14 + enabled = true } } - log { - category = "AzurePolicyEvaluationDetails" -> null - enabled = false -> null - retention_policy { - days = 0 -> null - enabled = false -> null } } - metric { - category = "AllMetrics" -> null - enabled = false -> null - retention_policy { - days = 0 -> null - enabled = false -> null } } } Plan: 1 to add, 1 to change, 0 to destroy. ```