Skip to content

Update Terraform local to v2.8.0#2859

Merged
renovate[bot] merged 1 commit intomasterfrom
renovate/local-2.x
Apr 9, 2026
Merged

Update Terraform local to v2.8.0#2859
renovate[bot] merged 1 commit intomasterfrom
renovate/local-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 3, 2026

This PR contains the following updates:

Package Type Update Change
local (source) provider minor 2.7.02.8.0

Release Notes

hashicorp/terraform-provider-local (local)

v2.8.0

Compare Source

NOTES:

ENHANCEMENTS:

  • Added optional environment map attribute to action/local_command resource (#​493)

Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • "after 7am and before 11am every weekday"
  • 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.

Link to Terraform Plan

https://tfplan-viewer.hmcts.net/azure-platform-terraform/2859

🤖AEP PR SUMMARY🤖

  • components/backendappgateway/provider.tf: Updated the local provider version from 2.7.0 to 2.8.0 🔄

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Apr 3, 2026
@renovate renovate Bot enabled auto-merge (squash) April 3, 2026 06:58
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 3, 2026

Suggestions for Improvement:

  1. Static Version Pinning (Security & Best Practice):

    • Rather than pinning a specific patch version (2.8.0), consider specifying a version range (e.g., ~> 2.8.0) to automatically include compatible patch updates. Patch versions often include bug fixes and security updates.
    • Example:
      hcl
      provider "local" {
      version = "~> 2.8.0"
      }
      
      
  2. Provider Updates and Compatibility (Cost & Carbon Usage):

    • Review whether upgrading the local provider impacts Terraform performance or introduces breaking changes. Unnecessary changes to the provider might lead to longer execution times, increasing compute costs and CO2 emissions.
  3. Documentation & Change Justification:

    • Add a comment explaining the reason for upgrading the provider's version. This helps maintainers understand the rationale for the change during reviews or debugging.
    • Example:
      provider \"local\" {
        version = \"~> 2.8.0\" # Upgraded to leverage new features or address compatibility issues
      }

@hmcts-platform-operations
Copy link
Copy Markdown

hmcts-platform-operations commented Apr 3, 2026

Caution

master branch build is currently broken. Please fix it before merging this PR.

Build: #apply - Azure Platform

@renovate renovate Bot force-pushed the renovate/local-2.x branch from e0723d2 to 071f328 Compare April 8, 2026 09:28
@renovate renovate Bot changed the title chore(deps): update terraform local to v2.8.0 Update Terraform local to v2.8.0 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/local-2.x branch from 071f328 to 912e26a Compare April 9, 2026 14:55
@renovate renovate Bot merged commit 5f0066e into master Apr 9, 2026
47 checks passed
@renovate renovate Bot deleted the renovate/local-2.x branch April 9, 2026 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant