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

AM-3046 Enable DB Migration ITHC #1913

Merged
merged 22 commits into from
May 22, 2024
Merged

Conversation

mikebrownccd
Copy link
Contributor

https://tools.hmcts.net/jira/browse/AM-3046
Enable DB Migration ITHC

Checklist

  • commit messages are meaningful and follow good commit message guidelines
  • Does this PR introduce a breaking change

@hmcts-jenkins-a-to-c
Copy link
Contributor

Plan Result (aat)

Plan: 3 to add, 2 to change, 0 to destroy.
  • Create
    • azurerm_key_vault_secret.POSTGRES_DATABASE
    • azurerm_key_vault_secret.POSTGRES_HOST
    • azurerm_key_vault_secret.POSTGRES_PORT
  • Update
    • azurerm_key_vault_secret.POSTGRES-PASS
    • azurerm_key_vault_secret.POSTGRES-USER
Change Result (Click me)
  # azurerm_key_vault_secret.POSTGRES-PASS will be updated in-place
  ~ resource "azurerm_key_vault_secret" "POSTGRES-PASS" {
        id                      = "https://am-aat.vault.azure.net/secrets/org-role-mapping-service-POSTGRES-PASS/c8117d1dcee145c4951b00786d07a9cb"
        name                    = "org-role-mapping-service-POSTGRES-PASS"
        tags                    = {}
      ~ value                   = (sensitive value)
        # (5 unchanged attributes hidden)
    }

  # azurerm_key_vault_secret.POSTGRES-USER will be updated in-place
  ~ resource "azurerm_key_vault_secret" "POSTGRES-USER" {
        id                      = "https://am-aat.vault.azure.net/secrets/org-role-mapping-service-POSTGRES-USER/2f8a84fc34184afa9f4d6990788c9736"
        name                    = "org-role-mapping-service-POSTGRES-USER"
        tags                    = {}
      ~ value                   = (sensitive value)
        # (5 unchanged attributes hidden)
    }

  # azurerm_key_vault_secret.POSTGRES_DATABASE will be created
  + resource "azurerm_key_vault_secret" "POSTGRES_DATABASE" {
      + id                      = (known after apply)
      + key_vault_id            = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/am-shared-infrastructure-aat/providers/Microsoft.KeyVault/vaults/am-aat"
      + name                    = "org-role-mapping-service-POSTGRES-DATABASE"
      + resource_id             = (known after apply)
      + resource_versionless_id = (known after apply)
      + value                   = (sensitive value)
      + version                 = (known after apply)
      + versionless_id          = (known after apply)
    }

  # azurerm_key_vault_secret.POSTGRES_HOST will be created
  + resource "azurerm_key_vault_secret" "POSTGRES_HOST" {
      + id                      = (known after apply)
      + key_vault_id            = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/am-shared-infrastructure-aat/providers/Microsoft.KeyVault/vaults/am-aat"
      + name                    = "org-role-mapping-service-POSTGRES-HOST"
      + resource_id             = (known after apply)
      + resource_versionless_id = (known after apply)
      + value                   = (sensitive value)
      + version                 = (known after apply)
      + versionless_id          = (known after apply)
    }

  # azurerm_key_vault_secret.POSTGRES_PORT will be created
  + resource "azurerm_key_vault_secret" "POSTGRES_PORT" {
      + id                      = (known after apply)
      + key_vault_id            = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/am-shared-infrastructure-aat/providers/Microsoft.KeyVault/vaults/am-aat"
      + name                    = "org-role-mapping-service-POSTGRES-PORT"
      + resource_id             = (known after apply)
      + resource_versionless_id = (known after apply)
      + value                   = (sensitive value)
      + version                 = (known after apply)
      + versionless_id          = (known after apply)
    }

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

@hmcts-jenkins-a-to-c
Copy link
Contributor

Plan Result (ithc)

No changes. Your infrastructure matches the configuration.

@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview May 22, 2024 12:53 Abandoned
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview May 22, 2024 12:58 Abandoned
@mikebrownccd mikebrownccd merged commit 3aea33b into ithc May 22, 2024
7 checks passed
@mikebrownccd mikebrownccd deleted the AM-3046_Enable_Db_Migration_ITHC branch May 22, 2024 13:39
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.

None yet

2 participants