Skip to content

Conversation

@RebeccaBaker
Copy link
Contributor

Before creating a pull request make sure that:

  • 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)
  • the keep-helm label has been added, if the helm release should be persisted after a successful build

Please remove this line and everything above and fill the following sections:

JIRA link (if applicable)

Change description

Does this PR introduce a breaking change? (check one with "x")

[ ] Yes
[ ] No

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

Plan Result (aat)

Plan: 1 to add, 0 to change, 0 to destroy.
  • Create
    • module.postgresql_v15.azurerm_postgresql_flexible_server_active_directory_administrator.pgsql_adadmin
Change Result (Click me)
  # module.postgresql_v15.azurerm_postgresql_flexible_server_active_directory_administrator.pgsql_adadmin will be created
  + resource "azurerm_postgresql_flexible_server_active_directory_administrator" "pgsql_adadmin" {
      + id                  = (known after apply)
      + object_id           = "e7ea2042-4ced-45dd-8ae3-e051c6551789"
      + principal_name      = "DTS Platform Operations"
      + principal_type      = "Group"
      + resource_group_name = "ccd-user-profile-api-postgres-db-v15-data-aat"
      + server_name         = "ccd-user-profile-api-postgres-db-v15-aat"
      + tenant_id           = "531ff96d-0ae9-462a-8d2d-bec7c0b42082"
    }

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

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

Plan Result (prod)

Plan: 0 to add, 1 to change, 0 to destroy.
  • Update
    • module.postgresql_v15.azurerm_postgresql_flexible_server.pgsql_server
Change Result (Click me)
  # module.postgresql_v15.azurerm_postgresql_flexible_server.pgsql_server will be updated in-place
  ~ resource "azurerm_postgresql_flexible_server" "pgsql_server" {
        id                                = "/subscriptions/8999dec3-0104-4a27-94ee-6588559729d1/resourceGroups/ccd-user-profile-api-postgres-db-v15-data-prod/providers/Microsoft.DBforPostgreSQL/flexibleServers/ccd-user-profile-api-postgres-db-v15-prod"
        name                              = "ccd-user-profile-api-postgres-db-v15-prod"
      ~ storage_mb                        = 65536 -> 131072
      ~ storage_tier                      = "P6" -> "P10"
        tags                              = {
            "application"         = "core-case-data"
            "builtFrom"           = "https://github.com/HMCTS/ccd-user-profile-api.git"
            "businessArea"        = "CFT"
            "contactSlackChannel" = "#ccd-community"
            "environment"         = "production"
            "managedBy"           = "CCD"
        }
        # (20 unchanged attributes hidden)

        # (3 unchanged blocks hidden)
    }

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

@RebeccaBaker RebeccaBaker merged commit 5d85842 into master Sep 17, 2025
4 checks passed
@RebeccaBaker RebeccaBaker deleted the upgrade-prod-db branch September 17, 2025 07:23
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