Skip to content

Commit 24ac539

Browse files
authored
Update CHANGELOG.md
1 parent 07b814c commit 24ac539

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
## 1.7.0 (Unreleased)
22

3+
UPGRADE NOTES:
4+
5+
* Input validations are being restored to the state file in this version of Terraform. Due to a state interoperability issue ([#33770](https://github.com/hashicorp/terraform/issues/33770)) in earlier versions, users that require interaction between different minor series should ensure they have upgraded to the following patches:
6+
* Users of Terraform prior to 1.3.0 are unaffected;
7+
* Terraform 1.3 series users should upgrade to 1.3.10;
8+
* Terraform 1.4 series users should upgrade to 1.4.7;
9+
* Terraform 1.5 series users should upgrade to 1.5.7;
10+
* Users of Terraform 1.6.0 and later are unaffected.
11+
12+
This is important for users with `terraform_remote_state` data sources reading remote state across different versions of Terraform.
13+
314
BUG FIXES:
415

516
* Ignore potential remote terraform version mismatch when running force-unlock ([#28853](https://github.com/hashicorp/terraform/issues/28853))

0 commit comments

Comments
 (0)