From fc3a5f6360a14e055d50272504031755dc298496 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Thu, 13 Aug 2020 09:48:17 -0400 Subject: [PATCH] Update CHANGELOG for #14583 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7cb3b2604ac..0449a853db67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,13 @@ ENHANCEMENTS +* data-source/aws_launch_configuration: Add `ebs_block_device` `no_device` attribute [GH-14583] * 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] * resource/aws_acm_certificate_validation: Prevent panic with missing `DomainValidationOptions` `ResourceRecord` attribute in API response [GH-14590] * resource/aws_ecr_repository: Prevent panic with missing `EncryptionConfiguration` attribute in API response [GH-14584]