Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2021-08-19 09:28:26 -07:00 committed by GitHub
parent 43d753e727
commit d0fc5e5262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ UPGRADE NOTES:
NEW FEATURES:
* cli: `terraform add` generates resource configuration templates ([#28874](https://github.com/hashicorp/terraform/issues/28874))
* cli: The (currently-experimental) `terraform add` generates a starting point for a particular resource configuration. ([#28874](https://github.com/hashicorp/terraform/issues/28874))
* config: a new `type()` function, only available in `terraform console` ([#28501](https://github.com/hashicorp/terraform/issues/28501))
ENHANCEMENTS: