Skip to content

Update dependency terraform to v1.6.2

John Jarvis requested to merge renovate/terraform-1.x into next

This MR contains the following updates:

Package Update Change
terraform patch 1.6.1 -> 1.6.2

Release Notes

hashicorp/terraform

v1.6.2

Compare Source

1.6.2 (October 18, 2023)

BUG FIXES

  • terraform test: Fix performance issues when using provisioners within configs being tested. (#​34026)
  • terraform test: Only process and parse relevant variables for each run block. (#​34072)
  • Fix occasional crash when destroying configurations with variables containing validations. (#​34101)
  • Fix interoperability issues between v1.6 series and earlier series by removing variable validations from the state file (#​34058).
  • cloud: Fixes panic when saving state in Terraform Cloud when certain types of API errors are returned (#​34074).
  • config: Fix crash in conditional statements with certain combinations of unknown values. Improve handling of refined values into the conditional expression results (#​34096)
  • config: Update HCL to fix bug when decoding objects with optional attributes (#​34108)
  • backend/s3: Some configurations would require -reconfigure during each init when config was not decoded correctly (#​34108)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

Merge request reports