UNCLASSIFIED - NO CUI

Skip to content

Update hashicorp/terraform Docker tag to v1.3.8

renovate requested to merge renovate/hashicorp-terraform-1.x into development

This MR contains the following updates:

Package Type Update Change
hashicorp/terraform ironbank-docker patch 1.3.7 -> 1.3.8
hashicorp/terraform patch 1.3.7 -> 1.3.8
hashicorp/terraform stage patch 1.3.7 -> 1.3.8

Release Notes

hashicorp/terraform

v1.3.8

Compare Source

1.3.8 (February 09, 2023)

BUG FIXES:

  • Fixed a rare bug causing inaccurate before_sensitive / after_sensitive annotations in JSON plan output for deeply nested structures. This was only observed in the wild on the rancher/rancher2 provider, and resulted in glitched display in Terraform Cloud's structured plan log view. (#​32543)
  • A variable only referenced by an output precondition error_message may be missing during evaluation (#​32464)
  • Removing a NestingSingle block from configuration results in an invalid plan (#​32463)
  • Null module outputs could be dropped, causing evaluation errors when referring to those module attributes (#​32583)
  • Fix terraform crash when applying defaults into a collection with dynamic type constraint. (#​32454)
  • Updated to newer github.com/mitchellh/cli version, in turn bringing in updates for several indirect dependencies with known security issues. (#​32609)
  • Fix case where the first plan to use a new remote state could be applied twice, corrupting the state (#​32614)

Configuration

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

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

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

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


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

This MR has been generated by Renovate Bot.

Merge request reports