Skip to content

Update dependency terraform to v1.8.1

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

This MR contains the following updates:

Package Update Change
terraform patch 1.8.0 -> 1.8.1

Release Notes

hashicorp/terraform

v1.8.1

Compare Source

1.8.1 (April 17, 2024)

BUG FIXES:

  • Fix crash in terraform plan when referencing a module output that does not exist within the try(...) function. (#​34985)
  • Fix crash in terraform apply when referencing a module with no planned changes. (#​34985)
  • moved block: Fix crash when move targets a module which no longer exists. (#​34986)
  • import block: Fix crash when generating configuration for resources with complex sensitive attributes. (#​34996)
  • Plan renderer: Correctly render strings that begin with JSON compatible text but don't end with it. (#​34959)

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