Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2025

This PR contains the following updates:

Package Update Change
hashicorp/terraform minor 1.13.31.14.3

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

hashicorp/terraform (hashicorp/terraform)

v1.14.3

Compare Source

1.14.3 (December 17, 2025)

BUG FIXES:

  • stacks: change absolute paths in path.module/path.root to be relative, as documented (#​37982)

v1.14.2

Compare Source

v1.14.1

Compare Source

1.14.1 (December 3, 2025)

BUG FIXES:

  • test: allow ephemeral outputs in root modules (#​37813)

  • Combinations of replace_triggered_by and -replace could result in some instances not being replaced (#​37833)

  • providers lock: include providers required by terraform test (#​37851)

  • Set state information in the proto request for the GenerateResourceConfig RPC (#​37896)

  • actions: make after_create & after_update actions run after the resource has applied (#​37936)

v1.14.0

Compare Source

1.14.0 (November 19, 2025)

NEW FEATURES:

  • List Resources: List resources can be defined in *.tfquery.hcl files and allow querying and filterting existing infrastructure.

  • A new Terraform command terraform query: Executes list operations against existing infrastructure and displays the results. The command can optionally generate configuration for importing results into Terraform.

  • A new GenerateResourceConfiguration RPC allows providers to create more precise configuration values during import. (#​37515)

  • New top-level Actions block: Actions are provider defined and meant to codify use cases outside the normal CRUD model in your Terraform configuration. Providers can define Actions like aws_lambda_invoke or aws_cloudfront_create_invalidation that do something imparative outside of Terraforms normal CRUD model. You can configure such a side-effect with an action block and have actions triggered through the lifecycle of a resource or through passing the -invoke CLI flag. (#​37553)

ENHANCEMENTS:

  • terraform test: expected diagnostics will be included in test output when running in verbose mode" (#​37362)

  • terraform test: ignore prevent_destroy attribute during when cleaning up tests" (#​37364)

  • terraform stacks command support for -help flag (#​37645)

  • query: support offline validation of query files via -query flag in the validate command (#​37671)

  • Updates to support the AWS European Sovereign Cloud (#​37721)

BUG FIXES:

  • Retrieve all workspace variables while doing a terraform import, include variables inherited from variable sets but not overwritten by the workspace. (#​37241)

  • Fix OSS backend proxy support by adding a proxy layer for OSS backend operations. Resolves #​36897. (#​36897)

  • console and test: return explicit diagnostics when referencing resources that were not included in the most recent operation. (#​37663)

  • query: generate unique resource identifiers for results of expanded list resources (#​37681)

  • The CLI now summarizes the number of actions invoked during terraform apply, matching the plan output. (#​37689)

  • Allow filesystem functions to return inconsistent results when evaluated within provider configuration (#​37854)

  • query: improve error handling for missing identity schemas (#​37863)

UPGRADE NOTES:

  • The parallelism of Terraform operations within container runtimes may be reduced depending on the CPU bandwidth limit setting. (#​37436)

  • Building Terraform 1.14 requires macOS Monterey or later (due to being built on Go 1.25 which imposes these requirements) (#​37436)

Previous Releases

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

v1.13.5

Compare Source

1.13.5 (November 5, 2025)

BUG FIXES:

  • impure functions could cause templatefile to incorrectly fail consistency checks (#​37807)

  • Allow filesystem functions to return inconsistent results when evaluated within provider configuration (#​37854)

v1.13.4

Compare Source

1.13.4 (October 15, 2025)

BUG FIXES:

  • Fix crash when showing a cloud plan without having a cloud backend (#​37751)

Configuration

📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Pull requests that update a dependency file label Oct 16, 2025
@renovate renovate bot requested a review from a team as a code owner October 16, 2025 06:24
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 16, 2025
@hmcts-jenkins-j-to-z
Copy link
Contributor

Plan Result (aat)

Plan: 0 to add, 1 to change, 0 to destroy.
  • Update
    • module.redis-cache.azurerm_redis_cache.redis
Change Result (Click me)
  # module.redis-cache.azurerm_redis_cache.redis will be updated in-place
  ~ resource "azurerm_redis_cache" "redis" {
        id                                 = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/sscs-cache-aat/providers/Microsoft.Cache/redis/sscs-aat"
        name                               = "sscs-aat"
        tags                               = {
            "application"         = "social-service-child-support"
            "autoShutdown"        = "true"
            "builtFrom"           = "https://github.com/HMCTS/sscs-submit-your-appeal.git"
            "businessArea"        = "CFT"
            "contactSlackChannel" = "#sscs-tech"
            "environment"         = "staging"
            "managedBy"           = "SSCS"
        }
        # (24 unchanged attributes hidden)

      ~ redis_configuration {
          ~ maxfragmentationmemory_reserved         = 125 -> 642
          ~ maxmemory_delta                         = 125 -> 642
          ~ maxmemory_reserved                      = 125 -> 642
            # (14 unchanged attributes hidden)
        }
    }

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

@hmcts-jenkins-j-to-z
Copy link
Contributor

Plan Result (prod)

No changes. Your infrastructure matches the configuration.

@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from b4448b6 to f0bbb9e Compare October 17, 2025 11:14
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from f0bbb9e to 5e988ae Compare October 20, 2025 11:34
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 5e988ae to e428265 Compare November 3, 2025 12:50
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from e428265 to a7ca135 Compare November 3, 2025 20:58
@hmcts-jenkins-j-to-z hmcts-jenkins-j-to-z bot requested a deployment to preview November 3, 2025 21:04 Abandoned
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from a7ca135 to b79a130 Compare November 4, 2025 18:13
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from b79a130 to 95e109a Compare November 5, 2025 18:44
@renovate renovate bot changed the title Update dependency hashicorp/terraform to v1.13.4 Update dependency hashicorp/terraform to v1.13.5 Nov 5, 2025
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 95e109a to e77e174 Compare November 5, 2025 18:44
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from e77e174 to bbf95df Compare November 6, 2025 18:48
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from bbf95df to 6081a4a Compare November 7, 2025 18:07
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 6081a4a to bddcfd9 Compare November 10, 2025 11:49
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 32d45a7 to 68cee8c Compare December 11, 2025 16:12
@renovate renovate bot changed the title Update dependency hashicorp/terraform to v1.14.1 Update dependency hashicorp/terraform to v1.14.2 Dec 11, 2025
@renovate renovate bot changed the title Update dependency hashicorp/terraform to v1.14.2 Update dependency hashicorp/terraform to v1.14.3 Dec 18, 2025
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 68cee8c to 8ed275f Compare December 18, 2025 19:41
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 8ed275f to 19805fb Compare January 7, 2026 09:21
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 19805fb to bcf6dc6 Compare January 7, 2026 09:33
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from bcf6dc6 to 9610f56 Compare January 9, 2026 12:13
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 9610f56 to 6b06e5c Compare January 16, 2026 09:07
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 6b06e5c to c919c35 Compare January 16, 2026 15:27
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from c919c35 to 4776509 Compare January 20, 2026 11:27
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 4776509 to bc9cc5c Compare January 20, 2026 11:41
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch 2 times, most recently from b2cd087 to 727897f Compare January 22, 2026 11:15
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 727897f to 3c18a70 Compare January 23, 2026 09:34
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 3c18a70 to ae6b4d0 Compare January 23, 2026 15:31
@renovate
Copy link
Contributor Author

renovate bot commented Jan 23, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

0 participants