From de7897ce42a8e74f6254ceebc7254ccd7599fdd6 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Wed, 1 Jul 2020 16:01:36 -0400 Subject: [PATCH] Update CHANGELOG for #12005 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aee7cf5c9fe3..dbc25653727e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ ENHANCEMENTS: * resource/aws_ecs_service: Increase delete retry timeout from 5 to 20 minutes [GH-10452] * resource/aws_ecs_service: Support configurable delete timeout [GH-10452] * resource/aws_elasticsearch_domain: Add `advanced_security_options` configuration block [GH-12183] +* resource/aws_sfn_state_machine: Add `arn` attribute [GH-12005] BUG FIXES: @@ -20,6 +21,7 @@ BUG FIXES: * resource/aws_efs_mount_target: Ensure empty string (`""`) validation in `ip_address` argument continues to work for Terraform 0.11 support [GH-13958] * resource/aws_route53_record: Ensure old Route53 record is deleted when updating `name` argument [GH-11335] * resource/aws_route53_record: Prevent errors when `health_check_id` argument is configured and updating `set_identifier` or `type` arguments [GH-13012] +* resource/aws_sfn_state_machine: Handle IAM Role eventual consistency on creation and wait for state machine deletion [GH-12005] * resource/aws_spot_fleet_request: Increase default delete timeout to 15 minutes [GH-13922] * resource/aws_wafv2_web_acl: Support additional nested `and/or/not statement` in `rule` `statement` and `rule` `statement` `rate_based_statement` attributes [GH-13961]