Skip to content

v1.2.4

Compare
Choose a tag to compare
@hc-github-team-tf-core hc-github-team-tf-core released this 29 Jun 18:00
· 2854 commits to main since this release

1.2.4 (June 29, 2022)

ENHANCEMENTS:

  • Improved validation of required_providers to prevent single providers from being required with multiple names. (#31218)
  • Improved plan performance by optimizing addrs.Module.String for allocations. (#31293)

BUG FIXES:

  • backend/http: Fixed bug where the HTTP backend would fail to retry acquiring the state lock and ignored the -lock-timeout flag. (#31256)
  • Fix crash if a precondition or postcondition block omitted the required condition argument. (#31290)