hmcts / ia-shared-infrastructure

Immigration & Asylum shared infrastructure
0 stars 1 forks source link

Add backstage configuration file #35

Closed timja closed 2 years ago

timja commented 2 years ago

See Slack Announcement Ping @Tim J on Slack if any questions

hmcts-jenkins-d-to-i[bot] commented 2 years ago

Plan Result

Plan: 0 to add, 3 to change, 0 to destroy.
Change Result (Click me) ```hcl # azurerm_resource_group.rg will be updated in-place ~ resource "azurerm_resource_group" "rg" { id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/ia-aat" location = "uksouth" name = "ia-aat" ~ tags = { - "BuiltFrom" = "https://github.com/HMCTS/ia-shared-infrastructure.git" - "application" = "immigration" - "businessArea" = "CFT" - "changeUrl" = "" - "contactSlackChannel" = "#ia-tech" - "environment" = "staging" - "lastUpdated" = "2022-08-08T14:28:53Z" - "managedBy" = "Immigration" } -> (known after apply) } # module.ia_key_vault.azurerm_key_vault_access_policy.developer[0] will be updated in-place ~ resource "azurerm_key_vault_access_policy" "developer" { certificate_permissions = [ "Get", "List", ] id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/ia-aat/providers/Microsoft.KeyVault/vaults/ia-aat/objectId/b2a1773c-a5ae-48b5-b5fa-95b0e05eee05" key_permissions = [ "Get", "List", ] key_vault_id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/ia-aat/providers/Microsoft.KeyVault/vaults/ia-aat" object_id = "b2a1773c-a5ae-48b5-b5fa-95b0e05eee05" ~ secret_permissions = [ "Get", "List", - "Recover", ] storage_permissions = [] tenant_id = "531ff96d-0ae9-462a-8d2d-bec7c0b42082" } # module.ia_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/ia-aat/providers/Microsoft.KeyVault/vaults/ia-aat|ia-aat" log_analytics_workspace_id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/oms-automation/providers/Microsoft.OperationalInsights/workspaces/hmcts-nonprod" name = "ia-aat" target_resource_id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/ia-aat/providers/Microsoft.KeyVault/vaults/ia-aat" 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: 0 to add, 3 to change, 0 to destroy. ```