Skip to content

fix: remove old glimr-* dns#2044

Open
bancey wants to merge 1 commit intomasterfrom
fix/remove-old-GLIMR-dns
Open

fix: remove old glimr-* dns#2044
bancey wants to merge 1 commit intomasterfrom
fix/remove-old-GLIMR-dns

Conversation

@bancey
Copy link
Member

@bancey bancey commented Mar 28, 2025

Jira link

See DTSPO-25047

Change description

Testing done

Checklist

  • commit messages are meaningful and follow good commit message guidelines
  • README and other documentation has been updated / added (if needed)
  • tests have been updated / new tests has been added (if needed)
  • Does this PR introduce a breaking change

@bancey bancey requested a review from a team as a code owner March 28, 2025 12:37
@bancey bancey requested review from gunnertwin, madjava and ssian2 and removed request for a team March 28, 2025 12:37
@hmcts-platform-operations

Plan Result (Test - TerraformPlanApply)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations

Plan Result (Sandbox - TerraformPlanApply)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations

Plan Result (Demo - TerraformPlanApply)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations

Plan Result (Ithc - TerraformPlanApply)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations

Plan Result (Dev - TerraformPlanApply)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations

Plan Result (Staging - TerraformPlanApply)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations

Plan Result (nle - TerraformPlanApply)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations

Plan Result (Prod - TerraformPlanApply)

⚠️ Resource Deletion will happen ⚠️

This plan contains resource delete operation. Please check the plan result very carefully!

Plan: 0 to add, 2 to change, 2 to destroy.
  • Update
    • module.platform-hmcts.azurerm_dns_txt_record.this["_dnsauth.apply-for-adoption"]
    • module.prod-platform.azurerm_dns_cname_record.this["_ac285a78514b19d657b18c29b98f4c7f.vh-admin-web"]
  • Delete
    • module.apps-hmcts.azurerm_dns_cname_record.this["glimr-dev"]
    • module.apps-hmcts.azurerm_dns_cname_record.this["glimr-nle"]
Change Result (Click me)
  # module.apps-hmcts.azurerm_dns_cname_record.this["glimr-dev"] will be destroyed
  # (because key ["glimr-dev"] is not in for_each map)
  - resource "azurerm_dns_cname_record" "this" {
      - fqdn                = "glimr-dev.apps.hmcts.net." -> null
      - id                  = "/subscriptions/ed302caf-ec27-4c64-a05e-85731c3ce90e/resourceGroups/reformmgmtrg/providers/Microsoft.Network/dnsZones/apps.hmcts.net/CNAME/glimr-dev" -> null
      - name                = "glimr-dev" -> null
      - record              = "hmcts-nle-int-cfgpbgagf9eedcar.z01.azurefd.net" -> null
      - resource_group_name = "reformmgmtrg" -> null
      - tags                = {} -> null
      - ttl                 = 300 -> null
      - zone_name           = "apps.hmcts.net" -> null
        # (1 unchanged attribute hidden)
    }

  # module.apps-hmcts.azurerm_dns_cname_record.this["glimr-nle"] will be destroyed
  # (because key ["glimr-nle"] is not in for_each map)
  - resource "azurerm_dns_cname_record" "this" {
      - fqdn                = "glimr-nle.apps.hmcts.net." -> null
      - id                  = "/subscriptions/ed302caf-ec27-4c64-a05e-85731c3ce90e/resourceGroups/reformmgmtrg/providers/Microsoft.Network/dnsZones/apps.hmcts.net/CNAME/glimr-nle" -> null
      - name                = "glimr-nle" -> null
      - record              = "hmcts-nle-int-cfgpbgagf9eedcar.z01.azurefd.net" -> null
      - resource_group_name = "reformmgmtrg" -> null
      - tags                = {} -> null
      - ttl                 = 300 -> null
      - zone_name           = "apps.hmcts.net" -> null
        # (1 unchanged attribute hidden)
    }

  # module.platform-hmcts.azurerm_dns_txt_record.this["_dnsauth.apply-for-adoption"] will be updated in-place
  ~ resource "azurerm_dns_txt_record" "this" {
        id                  = "/subscriptions/ed302caf-ec27-4c64-a05e-85731c3ce90e/resourceGroups/reformmgmtrg/providers/Microsoft.Network/dnsZones/platform.hmcts.net/TXT/_dnsauth.apply-for-adoption"
        name                = "_dnsauth.apply-for-adoption"
        tags                = {}
        # (4 unchanged attributes hidden)

      - record {
          - value = "_9ozmnw86sdvw3w8hbmgpg3htq6rdavz" -> null
        }
      + record {
          + value = "n3zyn06dl4jk9flktv4d018rxhrrjfm7"
        }
    }

  # module.prod-platform.azurerm_dns_cname_record.this["_ac285a78514b19d657b18c29b98f4c7f.vh-admin-web"] will be updated in-place
  ~ resource "azurerm_dns_cname_record" "this" {
        id                  = "/subscriptions/ed302caf-ec27-4c64-a05e-85731c3ce90e/resourceGroups/reformmgmtrg/providers/Microsoft.Network/dnsZones/prod.platform.hmcts.net/CNAME/_ac285a78514b19d657b18c29b98f4c7f.vh-admin-web"
        name                = "_ac285a78514b19d657b18c29b98f4c7f.vh-admin-web"
      ~ record              = "032DDB9A61BB0588601DD6D4C005A812.302202E1FB30DE99CD976C202BDB71AC.d7703fe5d42a59a77748.sectigo.com." -> "032DDB9A61BB0588601DD6D4C005A812.302202E1FB30DE99CD976C202BDB71AC.fbb25c1fc3c9ad12a80d.sectigo.com."
        tags                = {}
        # (5 unchanged attributes hidden)
    }

Plan: 0 to add, 2 to change, 2 to destroy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments