github hashicorp/terraform v1.1.1

2 years ago

1.1.1 (December 15, 2021)

If you are using Terraform CLI v1.1.0 or v1.1.1, please upgrade to the latest version as soon as possible.

Terraform CLI v1.1.0 and v1.1.1 both have a bug where a failure to construct the apply-time graph can cause Terraform to incorrectly report success and save an empty state, effectively "forgetting" all existing infrastructure. Although configurations that already worked on previous releases should not encounter this problem, it's possible that incorrect future configuration changes would trigger this behavior during the apply step.


BUG FIXES:

  • core: Fix crash with orphaned module instance due to changed count or for_each value (#30151)
  • core: Fix regression where some expressions failed during validation when referencing resources expanded with count or for_each (#30171)

Don't miss a new terraform release

NewReleases is sending notifications on new releases.