From d5dfe9b40e0fa66fc5308e2a1d015f577f62751a Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Wed, 12 Aug 2020 15:27:22 -0400 Subject: [PATCH] Update CHANGELOG for #14528 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94b0629e0e0..d7420261729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ENHANCEMENTS * provider: Upgrade to Terraform Plugin SDK V2. There should be no breaking changes from a practitioner's perspective. Some validation errors should now feature enhanced messaging. [GH-14432] * resource/aws_accessanalyzer_analyzer: Support `ORGANIZATION` value in `type` argument [GH-14493] +* resource/aws_organizations_policy: Support `AISERVICES_OPT_OUT_POLICY` value in `type` argument plan-time validation (Support AI Opt Out policies) [GH-14528] BUG FIXES * data-source/aws_launch_template: Prevent type error with `network_interfaces` `delete_on_termination` attribute [GH-14599]