Update CHANGELOG.md

This commit is contained in:
Jake Champlin 2017-05-09 12:11:14 -04:00 committed by GitHub
parent 7b05d7f050
commit 8d91080af8
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ BACKWARDS INCOMPATIBILITIES / NOTES:
* provider/aws: Users of aws_cloudfront_distributions with custom_origins have been broken due to changes in the AWS API requiring `OriginReadTimeout` being set for updates. This has been fixed and will show as a change in terraform plan / apply. [GH-13367]
* provider/aws: Users of China and Gov clouds, cannot use the new tagging of volumes created as part of aws_instances [GH-14055]
* provider/aws: Skip tag operations on cloudwatch logs in govcloud partition. Currently not supported by Amazon. [GH-12414]
* provider/aws: More consistent (un)quoting of long TXT/SPF `aws_route53_record`s.
Previously we were trimming first 2 quotes and now we're (correctly) trimming first and last one.
Depending on the use of quotes in your TXT/SPF records this may result in extra diff in plan/apply [GH-14170]