Skip to content

v1.2.6

Compare
Choose a tag to compare
@hc-github-team-tf-core hc-github-team-tf-core released this 27 Jul 15:34
· 2839 commits to main since this release

1.2.6 (July 27, 2022)

ENHANCEMENTS:

  • Add a warning and guidance when terraform init fails to fully populate the .terraform.lock.hcl file. (#31399)
  • Add a direct link to the relevant documentation when terraform init fails on missing checksums. (#31408)

BUG FIXES:

  • Fix panic on terraform show when state file is invalid or unavailable. (#31444)
  • Fix terraform providers lock command failing on missing checksums. (#31389)
  • Some combinations of move block operations would be executed in the wrong order (#31499)
  • Don't attribute an error to the provider when a computed attribute is listed in ignore_changes (#31509)