Skip to content

Update dependency hashicorp/terraform to v1.3.5

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

This MR contains the following updates:

Package Update Change
hashicorp/terraform patch 1.3.4 -> 1.3.5

Release Notes

hashicorp/terraform

v1.3.5

Compare Source

1.3.5 (November 17, 2022)

BUG FIXES:

  • Prevent crash while serializing the plan for an empty destroy operation (#​32207)
  • Allow a destroy plan to refresh instances while taking into account that some may no longer exist (#​32208)
  • Fix Terraform creating objects that should not exist in variables that specify default attributes in optional objects. (#​32178)
  • Fix several Terraform crashes that are caused by HCL creating objects that should not exist in variables that specify default attributes in optional objects within collections. (#​32178)
  • Fix inconsistent behaviour in empty vs null collections. (#​32178)
  • Prevent file uploads from creating unneeded temporary files when the payload size is known (#​32206)
  • Nested attributes marked sensitive by schema no longer reveal sub-attributes in the plan diff (#​32004)
  • Nested attributes now more consistently display when they become unknown or null values in the plan diff (#​32004)
  • Sensitive values are now always displayed as (sensitive value) instead of sometimes as (sensitive) [GH32004]

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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