From a982eb05f9e33175a592da3d2c17df138f362fb3 Mon Sep 17 00:00:00 2001 From: angie pinilla Date: Thu, 29 Oct 2020 13:06:33 -0400 Subject: [PATCH] Update CHANGELOG for #3485 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ee161ee65dc..e8ed496c22bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ FEATURES ENHANCEMENTS * resource/aws_cloudwatch_event_rule: Add `event_bus_name` [GH-15727] +* resource/aws_ecs_service: Add `wait_for_steady_state` argument [GH-3485] * resource/aws_s3_access_point: Support S3 on Outposts [GH-15621] * resource/aws_sagemaker_model: Add `container` configuration block `mode` argument [GH-15371] * resource/aws_sagemaker_notebook_instance: Add `url` and `network_interface_id` attributes [GH-15802]