Skip to content

v1.3.2

Compare
Choose a tag to compare
@hc-github-team-tf-core hc-github-team-tf-core released this 06 Oct 16:57
· 2326 commits to main since this release

1.3.2 (October 06, 2022)

BUG FIXES:

  • Fixed a crash caused by Terraform incorrectly re-registering output value preconditions during the apply phase (rather than just reusing the already-planned checks from the plan phase). (#31890)
  • Prevent errors when the provider reports that a deposed instance no longer exists (#31902)
  • Using ignore_changes = all could cause persistent diffs with legacy providers (#31914)
  • Fix cycles when resource dependencies cross over between independent provider configurations (#31917)
  • Improve handling of missing resource instances during import (#31878)