Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Update dependency hashicorp/terraform to v1.12.0#417

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/terraform-monorepo
Closed

Update dependency hashicorp/terraform to v1.12.0#417
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/terraform-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 1, 2025

This PR contains the following updates:

Package Update Change
hashicorp/terraform minor 1.11.3 -> 1.12.0

Release Notes

hashicorp/terraform (hashicorp/terraform)

v1.12.0

Compare Source

1.12.0 (May 14, 2025)

NEW FEATURES:

  • Added Terraform backend implementation for OCI Object Storage (#​34465)

ENHANCEMENTS:

  • Terraform Test command now accepts a -parallelism=n option, which sets the number of parallel operations in a test run's plan/apply operation. (#​34237)

  • Logical binary operators can now short-circuit (#​36224)

  • Terraform Test: Runs can now be annotated for possible parallel execution. (#​34180)

  • Allow terraform init when tests are present but no configuration files are directly inside the current directory (#​35040)

  • Terraform Test: Continue subsequent test execution when an expected failure is not encountered. (#​34969)

  • Produce detailed diagnostic objects when test run assertions fail (#​34428)

  • backend/oss: Supports more standard environment variables to keep same with provider setting (#​36581)

  • Improved elapsed time display in UI Hook to show minutes and seconds in mm:ss format. (#​36368)

  • Update legacy term used in error messages. (Terraform Cloud agent => HCP Terraform Agent) (#​36706)

  • import blocks: Now support importing a resource via a new identity attribute. This is mutually exclusive with the id attribute (#​36703)

BUG FIXES:

  • Refreshed state was not used in the plan for orphaned resource instances (#​36394)

  • Fixes malformed Terraform version error when the remote backend reads a remote workspace that specifies a Terraform version constraint. (#​36356)

  • Changes to the order of sensitive attributes in the state format would erroneously indicate a plan contained changes when there were none. (#​36465)

  • Avoid reporting duplicate attribute-associated diagnostics, such as "Available Write-only Attribute Alternative" (#​36579)

  • for_each expressions in import blocks should not be able to reference the import target (#​36801)

UPGRADE NOTES:

  • On Linux, Terraform now requires Linux kernel version 3.2 or later; support for previous versions has been discontinued. (#​36478)
Previous Releases

For information on prior major and minor releases, refer to their changelogs:

v1.11.4

Compare Source

1.11.4 (April 9, 2025)

BUG FIXES:

  • disable X25519Kyber768Draft00 in TLS to prevent timouts with some AWS network firewalls (#​36791)

  • write-only attributes: internal providers should set write-only attributes to null (#​36824)


Configuration

📅 Schedule: Branch creation - "after 7am and before 11am on the first day of the month" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label May 1, 2025
@hmcts-jenkins-cnp
Copy link
Copy Markdown
Contributor

Plan Result (stg)

Plan: 0 to add, 8 to change, 0 to destroy.
  • Update
    • azurerm_key_vault_secret.sdp-database
    • azurerm_key_vault_secret.sdp-host
    • azurerm_key_vault_secret.sdp-port
    • azurerm_key_vault_secret.secret["DATABASE"]
    • azurerm_key_vault_secret.secret["HOST"]
    • azurerm_key_vault_secret.secret["PASS"]
    • azurerm_key_vault_secret.secret["PORT"]
    • azurerm_key_vault_secret.secret["USER"]
Change Result (Click me)
  # azurerm_key_vault_secret.sdp-database will be updated in-place
  ~ resource "azurerm_key_vault_secret" "sdp-database" {
      ~ expiration_date         = "2026-04-14T14:57:05Z" -> (known after apply)
        id                      = "https://pip-ss-sdp-kv-stg.vault.azure.net/secrets/subscription-management-POSTGRES-DATABASE/88495ebbf0e6470fba68ee6fbb1a687d"
        name                    = "subscription-management-POSTGRES-DATABASE"
        tags                    = {
            "application"         = "publishing-information-service"
            "autoShutdown"        = "true"
            "builtFrom"           = "https://github.com/HMCTS/pip-subscription-management.git"
            "businessArea"        = "Cross-Cutting"
            "contactSlackChannel" = "#publishing-and-information"
            "environment"         = "staging"
            "managedBy"           = "Future Hearings - Publishing Information Project"
            "source"              = "subscription-management PostgreSQL"
        }
        # (9 unchanged attributes hidden)
    }

  # azurerm_key_vault_secret.sdp-host will be updated in-place
  ~ resource "azurerm_key_vault_secret" "sdp-host" {
      ~ expiration_date         = "2026-04-14T14:57:05Z" -> (known after apply)
        id                      = "https://pip-ss-sdp-kv-stg.vault.azure.net/secrets/subscription-management-POSTGRES-HOST/91dd415ba5b94fb39327e9f0dde20a7a"
        name                    = "subscription-management-POSTGRES-HOST"
        tags                    = {
            "application"         = "publishing-information-service"
            "autoShutdown"        = "true"
            "builtFrom"           = "https://github.com/HMCTS/pip-subscription-management.git"
            "businessArea"        = "Cross-Cutting"
            "contactSlackChannel" = "#publishing-and-information"
            "environment"         = "staging"
            "managedBy"           = "Future Hearings - Publishing Information Project"
            "source"              = "subscription-management PostgreSQL"
        }
        # (9 unchanged attributes hidden)
    }

  # azurerm_key_vault_secret.sdp-port will be updated in-place
  ~ resource "azurerm_key_vault_secret" "sdp-port" {
      ~ expiration_date         = "2026-04-14T14:57:05Z" -> (known after apply)
        id                      = "https://pip-ss-sdp-kv-stg.vault.azure.net/secrets/subscription-management-POSTGRES-PORT/a9ca5ad089a9402e84f989b93f35a7f3"
        name                    = "subscription-management-POSTGRES-PORT"
        tags                    = {
            "application"         = "publishing-information-service"
            "autoShutdown"        = "true"
            "builtFrom"           = "https://github.com/HMCTS/pip-subscription-management.git"
            "businessArea"        = "Cross-Cutting"
            "contactSlackChannel" = "#publishing-and-information"
            "environment"         = "staging"
            "managedBy"           = "Future Hearings - Publishing Information Project"
            "source"              = "subscription-management PostgreSQL"
        }
        # (9 unchanged attributes hidden)
    }

  # azurerm_key_vault_secret.secret["DATABASE"] will be updated in-place
  ~ resource "azurerm_key_vault_secret" "secret" {
      ~ expiration_date         = "2026-04-14T14:57:05Z" -> (known after apply)
        id                      = "https://pip-ss-kv-stg.vault.azure.net/secrets/subscription-management-POSTGRES-DATABASE/3e62e90316ef459cb89b23e2a0cee0f7"
        name                    = "subscription-management-POSTGRES-DATABASE"
        tags                    = {
            "application"         = "publishing-information-service"
            "autoShutdown"        = "true"
            "builtFrom"           = "https://github.com/HMCTS/pip-subscription-management.git"
            "businessArea"        = "Cross-Cutting"
            "contactSlackChannel" = "#publishing-and-information"
            "environment"         = "staging"
            "managedBy"           = "Future Hearings - Publishing Information Project"
            "source"              = "subscription-management PostgreSQL"
        }
        # (9 unchanged attributes hidden)
    }

  # azurerm_key_vault_secret.secret["HOST"] will be updated in-place
  ~ resource "azurerm_key_vault_secret" "secret" {
      ~ expiration_date         = "2026-04-14T14:57:05Z" -> (known after apply)
        id                      = "https://pip-ss-kv-stg.vault.azure.net/secrets/subscription-management-POSTGRES-HOST/f7023da6f54c47f59cce1866d13ac64e"
        name                    = "subscription-management-POSTGRES-HOST"
        tags                    = {
            "application"         = "publishing-information-service"
            "autoShutdown"        = "true"
            "builtFrom"           = "https://github.com/HMCTS/pip-subscription-management.git"
            "businessArea"        = "Cross-Cutting"
            "contactSlackChannel" = "#publishing-and-information"
            "environment"         = "staging"
            "managedBy"           = "Future Hearings - Publishing Information Project"
            "source"              = "subscription-management PostgreSQL"
        }
        # (9 unchanged attributes hidden)
    }

  # azurerm_key_vault_secret.secret["PASS"] will be updated in-place
  ~ resource "azurerm_key_vault_secret" "secret" {
      ~ expiration_date         = "2026-04-14T14:57:05Z" -> (known after apply)
        id                      = "https://pip-ss-kv-stg.vault.azure.net/secrets/subscription-management-POSTGRES-PASS/1922b636ab01491eb9f4709ae45d5f4b"
        name                    = "subscription-management-POSTGRES-PASS"
        tags                    = {
            "application"         = "publishing-information-service"
            "autoShutdown"        = "true"
            "builtFrom"           = "https://github.com/HMCTS/pip-subscription-management.git"
            "businessArea"        = "Cross-Cutting"
            "contactSlackChannel" = "#publishing-and-information"
            "environment"         = "staging"
            "managedBy"           = "Future Hearings - Publishing Information Project"
            "source"              = "subscription-management PostgreSQL"
        }
        # (9 unchanged attributes hidden)
    }

  # azurerm_key_vault_secret.secret["PORT"] will be updated in-place
  ~ resource "azurerm_key_vault_secret" "secret" {
      ~ expiration_date         = "2026-04-14T14:57:05Z" -> (known after apply)
        id                      = "https://pip-ss-kv-stg.vault.azure.net/secrets/subscription-management-POSTGRES-PORT/c3e31332076742a386aafb8919678403"
        name                    = "subscription-management-POSTGRES-PORT"
        tags                    = {
            "application"         = "publishing-information-service"
            "autoShutdown"        = "true"
            "builtFrom"           = "https://github.com/HMCTS/pip-subscription-management.git"
            "businessArea"        = "Cross-Cutting"
            "contactSlackChannel" = "#publishing-and-information"
            "environment"         = "staging"
            "managedBy"           = "Future Hearings - Publishing Information Project"
            "source"              = "subscription-management PostgreSQL"
        }
        # (9 unchanged attributes hidden)
    }

  # azurerm_key_vault_secret.secret["USER"] will be updated in-place
  ~ resource "azurerm_key_vault_secret" "secret" {
      ~ expiration_date         = "2026-04-14T14:57:05Z" -> (known after apply)
        id                      = "https://pip-ss-kv-stg.vault.azure.net/secrets/subscription-management-POSTGRES-USER/e5b6518695a54e909e80352e23300570"
        name                    = "subscription-management-POSTGRES-USER"
        tags                    = {
            "application"         = "publishing-information-service"
            "autoShutdown"        = "true"
            "builtFrom"           = "https://github.com/HMCTS/pip-subscription-management.git"
            "businessArea"        = "Cross-Cutting"
            "contactSlackChannel" = "#publishing-and-information"
            "environment"         = "staging"
            "managedBy"           = "Future Hearings - Publishing Information Project"
            "source"              = "subscription-management PostgreSQL"
        }
        # (9 unchanged attributes hidden)
    }

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

@hmcts-jenkins-cnp
Copy link
Copy Markdown
Contributor

Plan Result (prod)

Plan: 0 to add, 9 to change, 0 to destroy.
  • Update
    • azurerm_key_vault_secret.sdp-database
    • azurerm_key_vault_secret.sdp-host
    • azurerm_key_vault_secret.sdp-port
    • azurerm_key_vault_secret.secret["DATABASE"]
    • azurerm_key_vault_secret.secret["HOST"]
    • azurerm_key_vault_secret.secret["PASS"]
    • azurerm_key_vault_secret.secret["PORT"]
    • azurerm_key_vault_secret.secret["USER"]
    • module.postgresql.azurerm_postgresql_flexible_server_configuration.pgsql_server_config["azure.extensions"]
Change Result (Click me)
  # azurerm_key_vault_secret.sdp-database will be updated in-place
  ~ resource "azurerm_key_vault_secret" "sdp-database" {
      ~ expiration_date         = "2026-04-14T14:59:49Z" -> (known after apply)
        id                      = "https://pip-ss-sdp-kv-prod.vault.azure.net/secrets/subscription-management-POSTGRES-DATABASE/20e13dee3a904043bdbdacc2ddd7561d"
        name                    = "subscription-management-POSTGRES-DATABASE"
        tags                    = {
            "application"         = "publishing-information-service"
            "builtFrom"           = "https://github.com/HMCTS/pip-subscription-management.git"
            "businessArea"        = "Cross-Cutting"
            "contactSlackChannel" = "#publishing-and-information"
            "environment"         = "production"
            "managedBy"           = "Future Hearings - Publishing Information Project"
            "source"              = "subscription-management PostgreSQL"
        }
        # (9 unchanged attributes hidden)
    }

  # azurerm_key_vault_secret.sdp-host will be updated in-place
  ~ resource "azurerm_key_vault_secret" "sdp-host" {
      ~ expiration_date         = "2026-04-14T14:59:49Z" -> (known after apply)
        id                      = "https://pip-ss-sdp-kv-prod.vault.azure.net/secrets/subscription-management-POSTGRES-HOST/da6734a2a82d4be8a1bb8627fc73d32c"
        name                    = "subscription-management-POSTGRES-HOST"
        tags                    = {
            "application"         = "publishing-information-service"
            "builtFrom"           = "https://github.com/HMCTS/pip-subscription-management.git"
            "businessArea"        = "Cross-Cutting"
            "contactSlackChannel" = "#publishing-and-information"
            "environment"         = "production"
            "managedBy"           = "Future Hearings - Publishing Information Project"
            "source"              = "subscription-management PostgreSQL"
        }
        # (9 unchanged attributes hidden)
    }

  # azurerm_key_vault_secret.sdp-port will be updated in-place
  ~ resource "azurerm_key_vault_secret" "sdp-port" {
      ~ expiration_date         = "2026-04-14T14:59:49Z" -> (known after apply)
        id                      = "https://pip-ss-sdp-kv-prod.vault.azure.net/secrets/subscription-management-POSTGRES-PORT/44711110e0a64eadbff241b873bb2d1b"
        name                    = "subscription-management-POSTGRES-PORT"
        tags                    = {
            "application"         = "publishing-information-service"
            "builtFrom"           = "https://github.com/HMCTS/pip-subscription-management.git"
            "businessArea"        = "Cross-Cutting"
            "contactSlackChannel" = "#publishing-and-information"
            "environment"         = "production"
            "managedBy"           = "Future Hearings - Publishing Information Project"
            "source"              = "subscription-management PostgreSQL"
        }
        # (9 unchanged attributes hidden)
    }

  # azurerm_key_vault_secret.secret["DATABASE"] will be updated in-place
  ~ resource "azurerm_key_vault_secret" "secret" {
      ~ expiration_date         = "2026-04-14T14:59:49Z" -> (known after apply)
        id                      = "https://pip-ss-kv-prod.vault.azure.net/secrets/subscription-management-POSTGRES-DATABASE/2fc93fd412ee4f1f89457c43b567ed7f"
        name                    = "subscription-management-POSTGRES-DATABASE"
        tags                    = {
            "application"         = "publishing-information-service"
            "builtFrom"           = "https://github.com/HMCTS/pip-subscription-management.git"
            "businessArea"        = "Cross-Cutting"
            "contactSlackChannel" = "#publishing-and-information"
            "environment"         = "production"
            "managedBy"           = "Future Hearings - Publishing Information Project"
            "source"              = "subscription-management PostgreSQL"
        }
        # (9 unchanged attributes hidden)
    }

  # azurerm_key_vault_secret.secret["HOST"] will be updated in-place
  ~ resource "azurerm_key_vault_secret" "secret" {
      ~ expiration_date         = "2026-04-14T14:59:49Z" -> (known after apply)
        id                      = "https://pip-ss-kv-prod.vault.azure.net/secrets/subscription-management-POSTGRES-HOST/6c10935852ac4053b14b187d24a29547"
        name                    = "subscription-management-POSTGRES-HOST"
        tags                    = {
            "application"         = "publishing-information-service"
            "builtFrom"           = "https://github.com/HMCTS/pip-subscription-management.git"
            "businessArea"        = "Cross-Cutting"
            "contactSlackChannel" = "#publishing-and-information"
            "environment"         = "production"
            "managedBy"           = "Future Hearings - Publishing Information Project"
            "source"              = "subscription-management PostgreSQL"
        }
        # (9 unchanged attributes hidden)
    }

  # azurerm_key_vault_secret.secret["PASS"] will be updated in-place
  ~ resource "azurerm_key_vault_secret" "secret" {
      ~ expiration_date         = "2026-04-14T14:59:49Z" -> (known after apply)
        id                      = "https://pip-ss-kv-prod.vault.azure.net/secrets/subscription-management-POSTGRES-PASS/fc006eef5fe14d5e8ab13f65e308096e"
        name                    = "subscription-management-POSTGRES-PASS"
        tags                    = {
            "application"         = "publishing-information-service"
            "builtFrom"           = "https://github.com/HMCTS/pip-subscription-management.git"
            "businessArea"        = "Cross-Cutting"
            "contactSlackChannel" = "#publishing-and-information"
            "environment"         = "production"
            "managedBy"           = "Future Hearings - Publishing Information Project"
            "source"              = "subscription-management PostgreSQL"
        }
        # (9 unchanged attributes hidden)
    }

  # azurerm_key_vault_secret.secret["PORT"] will be updated in-place
  ~ resource "azurerm_key_vault_secret" "secret" {
      ~ expiration_date         = "2026-04-14T14:59:49Z" -> (known after apply)
        id                      = "https://pip-ss-kv-prod.vault.azure.net/secrets/subscription-management-POSTGRES-PORT/f62586f6bdd241a5af86b3915487b906"
        name                    = "subscription-management-POSTGRES-PORT"
        tags                    = {
            "application"         = "publishing-information-service"
            "builtFrom"           = "https://github.com/HMCTS/pip-subscription-management.git"
            "businessArea"        = "Cross-Cutting"
            "contactSlackChannel" = "#publishing-and-information"
            "environment"         = "production"
            "managedBy"           = "Future Hearings - Publishing Information Project"
            "source"              = "subscription-management PostgreSQL"
        }
        # (9 unchanged attributes hidden)
    }

  # azurerm_key_vault_secret.secret["USER"] will be updated in-place
  ~ resource "azurerm_key_vault_secret" "secret" {
      ~ expiration_date         = "2026-04-14T14:59:49Z" -> (known after apply)
        id                      = "https://pip-ss-kv-prod.vault.azure.net/secrets/subscription-management-POSTGRES-USER/7cdb975f6a214ccbb0eac56ef4d24503"
        name                    = "subscription-management-POSTGRES-USER"
        tags                    = {
            "application"         = "publishing-information-service"
            "builtFrom"           = "https://github.com/HMCTS/pip-subscription-management.git"
            "businessArea"        = "Cross-Cutting"
            "contactSlackChannel" = "#publishing-and-information"
            "environment"         = "production"
            "managedBy"           = "Future Hearings - Publishing Information Project"
            "source"              = "subscription-management PostgreSQL"
        }
        # (9 unchanged attributes hidden)
    }

  # module.postgresql.azurerm_postgresql_flexible_server_configuration.pgsql_server_config["azure.extensions"] will be updated in-place
  ~ resource "azurerm_postgresql_flexible_server_configuration" "pgsql_server_config" {
        id        = "/subscriptions/5ca62022-6aa2-4cee-aaa7-e7536c8d566c/resourceGroups/flexible-pip-subscription-management-data-prod/providers/Microsoft.DBforPostgreSQL/flexibleServers/flexible-pip-subscription-management-prod/configurations/azure.extensions"
        name      = "azure.extensions"
      ~ value     = " pg_stat_statements, pg_buffercache" -> "plpgsql, pg_stat_statements, pg_buffercache"
        # (1 unchanged attribute hidden)
    }

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

@renovate renovate Bot changed the title Update dependency hashicorp/terraform to v1.11.4 Update dependency hashicorp/terraform to v1.12.0 May 14, 2025
@renovate renovate Bot force-pushed the renovate/terraform-monorepo branch from f6d007e to bfa5904 Compare May 14, 2025 17:56
@ChrisS1512 ChrisS1512 closed this May 21, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 21, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (1.12.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/terraform-monorepo branch May 21, 2025 10:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant