remove routes for "dlrm_data_aria_sbox1" and "dlrm_data_aria_sbox2" #752
Open
charlesluokb wants to merge 1 commit intomainfrom
Open
remove routes for "dlrm_data_aria_sbox1" and "dlrm_data_aria_sbox2" #752charlesluokb wants to merge 1 commit intomainfrom
charlesluokb wants to merge 1 commit intomainfrom
Conversation
…ith corresponding address prefixes, next hop types, and IP addresses
Contributor
Feedback for Improvements
Example Documentation AdditionsIn the commit or associated issue, consider including:
|
Plan Result (766: Genesis_sbox - Genesis)
Change Result (Click me) # module.genesis.azurerm_resource_group.genesis_resource_group will be updated in-place
~ resource "azurerm_resource_group" "genesis_resource_group" {
id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/genesis-rg"
name = "genesis-rg"
~ tags = {
+ "application" = "core"
+ "builtFrom" = "hmcts/aks-cft-deploy"
+ "businessArea" = "CFT"
+ "criticality" = "Low"
+ "environment" = "sandbox"
+ "expiresAfter" = "3000-01-01"
}
# (2 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy. |
Plan Result (766: Network_sbox - NetworkRg) |
Plan Result (766: Network_sbox - DeployInfrastructure)
|
Plan Result (766: Managed_Identity_sbox - Managed_Identity)
|
Plan Result (766: Aks_sbox - DeployInfrastructure)
Change Result (Click me) # azurerm_resource_group.disks_resource_group will be created
+ resource "azurerm_resource_group" "disks_resource_group" {
+ id = (known after apply)
+ location = "uksouth"
+ name = "disks-sbox-rg"
+ tags = {
+ "application" = "core"
+ "autoShutdown" = "true"
+ "builtFrom" = "hmcts/aks-cft-deploy"
+ "businessArea" = "CFT"
+ "criticality" = "Low"
+ "environment" = "sandbox"
+ "expiresAfter" = "3000-01-01"
}
}
# azurerm_role_assignment.disk will be created
+ resource "azurerm_role_assignment" "disk" {
+ id = (known after apply)
+ name = (known after apply)
+ principal_id = "ff47ab8f-e4d9-48f2-ad31-af5933824849"
+ principal_type = (known after apply)
+ role_definition_id = (known after apply)
+ role_definition_name = "Virtual Machine Contributor"
+ scope = (known after apply)
+ skip_service_principal_aad_check = (known after apply)
}
# module.kubernetes["00"].azurerm_kubernetes_cluster.kubernetes_cluster will be updated in-place
~ resource "azurerm_kubernetes_cluster" "kubernetes_cluster" {
id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-00-rg/providers/Microsoft.ContainerService/managedClusters/cft-sbox-00-aks"
~ image_cleaner_enabled = true -> false
- image_cleaner_interval_hours = 24 -> null
name = "cft-sbox-00-aks"
~ run_command_enabled = false -> true
tags = {
"application" = "core"
"autoShutdown" = "true"
"builtFrom" = "hmcts/aks-cft-deploy"
"businessArea" = "CFT"
"criticality" = "Low"
"environment" = "sandbox"
"expiresAfter" = "3000-01-01"
}
# (34 unchanged attributes hidden)
# (10 unchanged blocks hidden)
}
Plan: 2 to add, 1 to change, 0 to destroy.ℹ️ Objects have changed outside of TerraformThis feature was introduced from Terraform v0.15.4. Terraform detected the following changes made outside of Terraform since the
last "terraform apply" which may have affected this plan:
# azurerm_resource_group.disks_resource_group has been deleted
- resource "azurerm_resource_group" "disks_resource_group" {
- id = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/disks-sbox-rg" -> null
name = "disks-sbox-rg"
tags = {
"application" = "core"
"autoShutdown" = "true"
"builtFrom" = "hmcts/aks-cft-deploy"
"businessArea" = "CFT"
"criticality" = "Low"
"environment" = "sandbox"
"expiresAfter" = "3000-01-01"
}
# (2 unchanged attributes hidden)
}
Unless you have made equivalent changes to your configuration, or ignored the |
Plan Result (766: Aks_sbox - DeployInfrastructuremis) |
Plan Result (766: Genesis_demo - Genesis)
Change Result (Click me) # module.genesis.azurerm_resource_group.genesis_resource_group will be updated in-place
~ resource "azurerm_resource_group" "genesis_resource_group" {
id = "/subscriptions/d025fece-ce99-4df2-b7a9-b649d3ff2060/resourceGroups/genesis-rg"
name = "genesis-rg"
~ tags = {
+ "application" = "core"
+ "builtFrom" = "hmcts/aks-cft-deploy"
+ "businessArea" = "CFT"
+ "criticality" = "Medium"
+ "environment" = "demo"
}
# (2 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy. |
Plan Result (766: Genesis_aat - Genesis)
Change Result (Click me) # module.genesis.azurerm_resource_group.genesis_resource_group will be updated in-place
~ resource "azurerm_resource_group" "genesis_resource_group" {
id = "/subscriptions/96c274ce-846d-4e48-89a7-d528432298a7/resourceGroups/genesis-rg"
name = "genesis-rg"
~ tags = {
+ "application" = "core"
+ "builtFrom" = "hmcts/aks-cft-deploy"
+ "businessArea" = "CFT"
+ "criticality" = "High"
+ "environment" = "staging"
}
# (2 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy. |
Plan Result (766: Genesis_ithc - Genesis)
Change Result (Click me) # module.genesis.azurerm_resource_group.genesis_resource_group will be updated in-place
~ resource "azurerm_resource_group" "genesis_resource_group" {
id = "/subscriptions/62864d44-5da9-4ae9-89e7-0cf33942fa09/resourceGroups/genesis-rg"
name = "genesis-rg"
~ tags = {
+ "application" = "core"
+ "builtFrom" = "hmcts/aks-cft-deploy"
+ "businessArea" = "CFT"
+ "criticality" = "Medium"
+ "environment" = "ithc"
}
# (2 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy. |
Plan Result (766: Genesis_perftest - Genesis)
Change Result (Click me) # module.genesis.azurerm_resource_group.genesis_resource_group will be updated in-place
~ resource "azurerm_resource_group" "genesis_resource_group" {
id = "/subscriptions/8a07fdcd-6abd-48b3-ad88-ff737a4b9e3c/resourceGroups/genesis-rg"
name = "genesis-rg"
~ tags = {
+ "application" = "core"
+ "builtFrom" = "hmcts/aks-cft-deploy"
+ "businessArea" = "CFT"
+ "criticality" = "Medium"
+ "environment" = "testing"
}
# (2 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy. |
Plan Result (766: Genesis_preview - Genesis)
Change Result (Click me) # module.genesis.azurerm_resource_group.genesis_resource_group will be updated in-place
~ resource "azurerm_resource_group" "genesis_resource_group" {
id = "/subscriptions/8b6ea922-0862-443e-af15-6056e1c9b9a4/resourceGroups/genesis-rg"
name = "genesis-rg"
~ tags = {
+ "application" = "core"
+ "builtFrom" = "hmcts/aks-cft-deploy"
+ "businessArea" = "CFT"
+ "criticality" = "Low"
+ "environment" = "development"
}
# (2 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy. |
Plan Result (766: Genesis_ptlsbox - Genesis)
Change Result (Click me) # module.genesis.azurerm_resource_group.genesis_resource_group will be updated in-place
~ resource "azurerm_resource_group" "genesis_resource_group" {
id = "/subscriptions/1497c3d7-ab6d-4bb7-8a10-b51d03189ee3/resourceGroups/genesis-rg"
name = "genesis-rg"
~ tags = {
+ "application" = "core"
+ "builtFrom" = "hmcts/aks-cft-deploy"
+ "businessArea" = "CFT"
+ "criticality" = "Low"
+ "environment" = "sandbox"
+ "expiresAfter" = "3000-01-01"
}
# (2 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy. |
Plan Result (766: Aks_preview - DeployInfrastructuremis)
|
Plan Result (766: Aks_demo - DeployInfrastructuremis) |
Plan Result (766: Aks_ptlsbox - DeployInfrastructuremis)
|
Plan Result (766: Aks_ithc - DeployInfrastructuremis) |
Plan Result (766: Aks_perftest - DeployInfrastructuremis)
|
Plan Result (766: Aks_aat - DeployInfrastructuremis) |
Plan Result (766: Genesis_ptl - Genesis)
Change Result (Click me) # module.genesis.azurerm_resource_group.genesis_resource_group will be updated in-place
~ resource "azurerm_resource_group" "genesis_resource_group" {
id = "/subscriptions/1baf5470-1c3e-40d3-a6f7-74bfbce4b348/resourceGroups/genesis-rg"
name = "genesis-rg"
~ tags = {
+ "application" = "core"
+ "builtFrom" = "hmcts/aks-cft-deploy"
+ "businessArea" = "CFT"
+ "criticality" = "High"
+ "environment" = "production"
}
# (2 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy. |
Plan Result (766: Genesis_prod - Genesis)
Change Result (Click me) # module.genesis.azurerm_resource_group.genesis_resource_group will be updated in-place
~ resource "azurerm_resource_group" "genesis_resource_group" {
id = "/subscriptions/8cbc6f36-7c56-4963-9d36-739db5d00b27/resourceGroups/genesis-rg"
name = "genesis-rg"
~ tags = {
+ "application" = "core"
+ "builtFrom" = "hmcts/aks-cft-deploy"
+ "businessArea" = "CFT"
+ "criticality" = "High"
+ "environment" = "production"
}
# (2 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy. |
Plan Result (766: Network_ptl - NetworkRg) |
Plan Result (766: Network_prod - NetworkRg) |
Plan Result (766: Network_ptl - DeployInfrastructure) |
Plan Result (766: Network_prod - DeployInfrastructure)
|
Plan Result (766: Managed_Identity_ptl - Managed_Identity)
|
Plan Result (766: Managed_Identity_prod - Managed_Identity)
|
Plan Result (766: Aks_ptl - DeployInfrastructure) |
Plan Result (766: Aks_ptl - DeployInfrastructuremis) |
Plan Result (766: Aks_prod - DeployInfrastructure)
Change Result (Click me) # module.kubernetes["00"].azurerm_monitor_diagnostic_setting.kubernetes_cluster_diagnostic_setting[0] will be updated in-place
~ resource "azurerm_monitor_diagnostic_setting" "kubernetes_cluster_diagnostic_setting" {
id = "/subscriptions/8cbc6f36-7c56-4963-9d36-739db5d00b27/resourceGroups/cft-prod-00-rg/providers/Microsoft.ContainerService/managedClusters/cft-prod-00-aks|DiagLogAnalytics"
name = "DiagLogAnalytics"
# (5 unchanged attributes hidden)
- metric {
- category = "AllMetrics" -> null
- enabled = false -> null
- retention_policy {
- days = 0 -> null
- enabled = false -> null
}
}
# (5 unchanged blocks hidden)
}
# module.kubernetes["00"].azurerm_monitor_diagnostic_setting.kubernetes_cluster_diagnostic_setting_sa[0] will be updated in-place
~ resource "azurerm_monitor_diagnostic_setting" "kubernetes_cluster_diagnostic_setting_sa" {
id = "/subscriptions/8cbc6f36-7c56-4963-9d36-739db5d00b27/resourceGroups/cft-prod-00-rg/providers/Microsoft.ContainerService/managedClusters/cft-prod-00-aks|aks-storage"
name = "aks-storage"
# (6 unchanged attributes hidden)
- metric {
- category = "AllMetrics" -> null
- enabled = false -> null
- retention_policy {
- days = 0 -> null
- enabled = false -> null
}
}
# (1 unchanged block hidden)
}
# module.kubernetes["01"].azurerm_monitor_diagnostic_setting.kubernetes_cluster_diagnostic_setting[0] will be updated in-place
~ resource "azurerm_monitor_diagnostic_setting" "kubernetes_cluster_diagnostic_setting" {
id = "/subscriptions/8cbc6f36-7c56-4963-9d36-739db5d00b27/resourceGroups/cft-prod-01-rg/providers/Microsoft.ContainerService/managedClusters/cft-prod-01-aks|DiagLogAnalytics"
name = "DiagLogAnalytics"
# (5 unchanged attributes hidden)
- metric {
- category = "AllMetrics" -> null
- enabled = false -> null
- retention_policy {
- days = 0 -> null
- enabled = false -> null
}
}
# (5 unchanged blocks hidden)
}
# module.kubernetes["01"].azurerm_monitor_diagnostic_setting.kubernetes_cluster_diagnostic_setting_sa[0] will be updated in-place
~ resource "azurerm_monitor_diagnostic_setting" "kubernetes_cluster_diagnostic_setting_sa" {
id = "/subscriptions/8cbc6f36-7c56-4963-9d36-739db5d00b27/resourceGroups/cft-prod-01-rg/providers/Microsoft.ContainerService/managedClusters/cft-prod-01-aks|aks-storage"
name = "aks-storage"
# (6 unchanged attributes hidden)
- metric {
- category = "AllMetrics" -> null
- enabled = false -> null
- retention_policy {
- days = 0 -> null
- enabled = false -> null
}
}
# (1 unchanged block hidden)
}
Plan: 0 to add, 4 to change, 0 to destroy. |
Plan Result (766: Aks_prod - DeployInfrastructuremis) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
remove routes for "dlrm_data_aria_sbox1" and "dlrm_data_aria_sbox2" with corresponding address prefixes, next hop types, and IP addresses
Jira link
See dtspo-27588
Change description
Testing done
Security Vulnerability Assessment
CVE Suppression: Are there any CVEs present in the codebase (either newly introduced or pre-existing) that are being intentionally suppressed or ignored by this commit?
Checklist
🤖AEP PR SUMMARY🤖
environments/network/aat.tfvars