From 39eadfdb20bd76d62897b698dfde05ab4f8adb83 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Wed, 25 Nov 2020 13:57:55 -0500 Subject: [PATCH] Update CHANGELOG for #16306 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ee32765fc0..793bf946cab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ BUG FIXES * resource/aws_kinesis_analytics_application: Respect the order of 'record_column' attributes [GH-16260] * resource/aws_kinesisanalyticsv2_application: Respect the order of 'record_column' attributes [GH-16260] * resource/aws_lambda_function: Prevent Lambda `GetFunctionCodeSigningConfig` API call error outside AWS Commercial regions [GH-16412] +* resource/aws_lb_listener: Mark `port` argument as optional and only default `protocol` argument to `HTTP` for Application Load Balancers (Support Gateway Load Balancer) [GH-16306] * resource/aws_securityhub_member: Prevent `invited` attribute updates due to recent API changes [GH-16404] ## 3.17.0 (November 24, 2020)