diff --git a/CHANGELOG.md b/CHANGELOG.md index 503a3e648..e1dc86360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]