Update CHANGELOG.md

.terraformignore notes
This commit is contained in:
Pam Selle 2019-10-17 13:44:23 -04:00 committed by GitHub
parent d08daa2001
commit 3f359032ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
ENHANCEMENTS:
* backend/s3: Support `role_arn` in AWS configuration files [GH-22994]
* backend/remote: Remote backend will now ignore all .terraform/ (exclusive of .terraform/modules) and .git/ directories for uploads during remote plans/applies. You can exclude files from upload to TFC by adding a .terraformignore file to your configuration directory, more details at https://www.terraform.io/docs/backends/types/remote.html
BUG FIXES: