Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DLRM - Update prod-internal-hmcts-net.yml #720

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jad-hmcts
Copy link
Contributor

Jira link (if applicable)

N/A

Change description

Add 6 x new Xhibit IH DNS entries for Display and Thick Client

Checklist

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

Add 6 x new Xhibit IH DNS entries for Display and Thick Client
@hmcts-platform-operations

Plan Result (dev)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations

Plan Result (privatelink)

Plan: 2 to add, 0 to change, 0 to destroy.
  • Create
    • module.purview-portal-private-link.azurerm_private_dns_zone_virtual_network_link.vnet_link["sds-ptlsbox"]
    • module.purview-private-link.azurerm_private_dns_zone_virtual_network_link.vnet_link["sds-ptlsbox"]
Change Result (Click me)
  # module.purview-portal-private-link.azurerm_private_dns_zone_virtual_network_link.vnet_link["sds-ptlsbox"] will be created
  + resource "azurerm_private_dns_zone_virtual_network_link" "vnet_link" {
      + id                    = (known after apply)
      + name                  = "sds-ptlsbox"
      + private_dns_zone_name = "privatelink.purviewstudio.azure.com"
      + registration_enabled  = false
      + resource_group_name   = "core-infra-intsvc-rg"
      + tags                  = {
          + "application"  = "core"
          + "builtFrom"    = "hmcts/azure-private-dns"
          + "businessArea" = "CFT"
          + "criticality"  = "Medium"
          + "environment"  = "ithc"
          + "startupMode"  = "always"
        }
      + virtual_network_id    = "/subscriptions/64b1c6d6-1481-44ad-b620-d8fe26a2c768/resourceGroups/ss-ptlsbox-network-rg/providers/Microsoft.Network/virtualNetworks/ss-ptlsbox-vnet"
    }

  # module.purview-private-link.azurerm_private_dns_zone_virtual_network_link.vnet_link["sds-ptlsbox"] will be created
  + resource "azurerm_private_dns_zone_virtual_network_link" "vnet_link" {
      + id                    = (known after apply)
      + name                  = "sds-ptlsbox"
      + private_dns_zone_name = "privatelink.purview.azure.com"
      + registration_enabled  = false
      + resource_group_name   = "core-infra-intsvc-rg"
      + tags                  = {
          + "application"  = "core"
          + "builtFrom"    = "hmcts/azure-private-dns"
          + "businessArea" = "CFT"
          + "criticality"  = "Medium"
          + "environment"  = "ithc"
          + "startupMode"  = "always"
        }
      + virtual_network_id    = "/subscriptions/64b1c6d6-1481-44ad-b620-d8fe26a2c768/resourceGroups/ss-ptlsbox-network-rg/providers/Microsoft.Network/virtualNetworks/ss-ptlsbox-vnet"
    }

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

@hmcts-platform-operations

Plan Result (test)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations

Plan Result (demo)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations

Plan Result (sandbox)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations

Plan Result (staging)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations

Plan Result (ithc)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations

Plan Result (prod)

Plan: 6 to add, 0 to change, 0 to destroy.
  • Create
    • module.prod-internal-hmcts-net.azurerm_private_dns_a_record.this["xhibitTC1"]
    • module.prod-internal-hmcts-net.azurerm_private_dns_a_record.this["xhibitTC2"]
    • module.prod-internal-hmcts-net.azurerm_private_dns_a_record.this["xhibitTC3"]
    • module.prod-internal-hmcts-net.azurerm_private_dns_a_record.this["xhibitTC4"]
    • module.prod-internal-hmcts-net.azurerm_private_dns_a_record.this["xhibitTC5"]
    • module.prod-internal-hmcts-net.azurerm_private_dns_a_record.this["xhibitdisplay"]
Change Result (Click me)
  # module.prod-internal-hmcts-net.azurerm_private_dns_a_record.this["xhibitTC1"] will be created
  + resource "azurerm_private_dns_a_record" "this" {
      + fqdn                = (known after apply)
      + id                  = (known after apply)
      + name                = "xhibittc1"
      + records             = [
          + "10.23.12.76",
        ]
      + resource_group_name = "core-infra-intsvc-rg"
      + ttl                 = 300
      + zone_name           = "prod.internal.hmcts.net"
    }

  # module.prod-internal-hmcts-net.azurerm_private_dns_a_record.this["xhibitTC2"] will be created
  + resource "azurerm_private_dns_a_record" "this" {
      + fqdn                = (known after apply)
      + id                  = (known after apply)
      + name                = "xhibittc2"
      + records             = [
          + "10.23.12.77",
        ]
      + resource_group_name = "core-infra-intsvc-rg"
      + ttl                 = 300
      + zone_name           = "prod.internal.hmcts.net"
    }

  # module.prod-internal-hmcts-net.azurerm_private_dns_a_record.this["xhibitTC3"] will be created
  + resource "azurerm_private_dns_a_record" "this" {
      + fqdn                = (known after apply)
      + id                  = (known after apply)
      + name                = "xhibittc3"
      + records             = [
          + "10.23.12.78",
        ]
      + resource_group_name = "core-infra-intsvc-rg"
      + ttl                 = 300
      + zone_name           = "prod.internal.hmcts.net"
    }

  # module.prod-internal-hmcts-net.azurerm_private_dns_a_record.this["xhibitTC4"] will be created
  + resource "azurerm_private_dns_a_record" "this" {
      + fqdn                = (known after apply)
      + id                  = (known after apply)
      + name                = "xhibittc4"
      + records             = [
          + "10.23.12.79",
        ]
      + resource_group_name = "core-infra-intsvc-rg"
      + ttl                 = 300
      + zone_name           = "prod.internal.hmcts.net"
    }

  # module.prod-internal-hmcts-net.azurerm_private_dns_a_record.this["xhibitTC5"] will be created
  + resource "azurerm_private_dns_a_record" "this" {
      + fqdn                = (known after apply)
      + id                  = (known after apply)
      + name                = "xhibittc5"
      + records             = [
          + "10.23.12.80",
        ]
      + resource_group_name = "core-infra-intsvc-rg"
      + ttl                 = 300
      + zone_name           = "prod.internal.hmcts.net"
    }

  # module.prod-internal-hmcts-net.azurerm_private_dns_a_record.this["xhibitdisplay"] will be created
  + resource "azurerm_private_dns_a_record" "this" {
      + fqdn                = (known after apply)
      + id                  = (known after apply)
      + name                = "xhibitdisplay"
      + records             = [
          + "10.23.1.253",
        ]
      + resource_group_name = "core-infra-intsvc-rg"
      + ttl                 = 300
      + zone_name           = "prod.internal.hmcts.net"
    }

Plan: 6 to add, 0 to change, 0 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