From 1647291f080c6220141432e45c5e4803be00b842 Mon Sep 17 00:00:00 2001 From: Graham Davison Date: Thu, 29 Oct 2020 14:47:57 -0700 Subject: [PATCH] Update CHANGELOG for #14345 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1394a649ec6b..425c3e182743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,6 +79,7 @@ BUG FIXES * data-source/aws_vpc_peering_connections: Prevent plan differences with the `id` attribute [GH-15896] * data-source/aws_vpcs: Prevent plan differences with the `id` attribute [GH-15896] * resource/aws_apigatewayv2_integration: Correctly handle update of AWS service integrations [GH-15894] +* resource/aws_api_gateway_usage_plan: Change `api_stages` to from List to Set [GH-14345] * resource/aws_lambda_function: Update published `version` and `qualified_arn` on config changes [GH-15121] * resource/aws_rds_global_cluster: Prevent recreation when using encrypted `source_db_cluster_identifier` without `storage_encrypted` [GH-15916] * resource/aws_vpc_peering_connection_options: Only modify options that have changed [GH-12126]