Update CHANGELOG.md (#30738)

Co-authored-by: kmoe <5575356+kmoe@users.noreply.github.com>

Co-authored-by: kmoe <5575356+kmoe@users.noreply.github.com>
This commit is contained in:
Luces Huayhuaca 2022-03-25 07:56:34 -07:00 committed by GitHub
parent 275ff5b223
commit c1ed0fa0b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,10 @@ BUG FIXES:
* Terraform will prioritize local terraform variables over remote terraform variables in operations such as `import`, `plan`, `refresh` and `apply` for workspaces in local execution mode. This behavior applies to both `remote` backend and the `cloud` integration configuration. [GH-29972]
* Terraform now outputs an error when `cidrnetmask()` is called with an IPv6 address. [GH-30703]
UPGRADE NOTES:
* The Terraform Cloud integration relies on the Go-TFE SDK. Terraform has upgraded this dependency to use its new major version 1.0 [GH-30626]. [Go-TFE v1.0.0 CHANGELOG](https://github.com/hashicorp/go-tfe/releases/tag/v1.0.0).
## Previous Releases
For information on prior major and minor releases, see their changelogs: