From 9ea7243dc6f939d09a712d1e5b0e35253cd37f76 Mon Sep 17 00:00:00 2001 From: Graham Davison Date: Thu, 5 Nov 2020 16:20:23 -0800 Subject: [PATCH] Update CHANGELOG for #15799 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a1849c2c1e..be9a9e44474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,8 @@ ENHANCEMENTS * resource/aws_apigatewayv2_integration: `timeout_milliseconds` has different valid ranges and default values between HTTP and WebSocket APIs. `timeout_milliseconds` is now `Computed`, meaning Terraform will only perform drift detection of its value when present in a configuration. [GH-16017] * resource/aws_cloudwatch_event_permission: Add `event_bus_name` [GH-15922] -* resource/aws_cloudwatch_event_target: add plan time validation to `arn`, `role_arn`, `launch_type`, `task_definition_arn` [GH-11685] +* resource/aws_cloudwatch_event_target: Add plan time validation to `arn`, `role_arn`, `launch_type`, `task_definition_arn` [GH-11685] +* resource/aws_cloudwatch_event_target: Add `event_bus_name` [GH-15799] * resource/aws_codeartifact_domain: add `tags` argument. [GH-16006] * resource/aws_codeartifact_repository: add `tags` argument. [GH-16006] * resource/aws_eip: Add `network_border_group` argument [GH-14028]