From 4625d0f424b1f6ea9cbc2dc71889a2d5c0ebfb6f Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Fri, 12 May 2023 13:45:46 -0400 Subject: [PATCH 1/2] r/aws_dx_gateway_association: Call out deprecation of 'vpn_gateway_id'. --- .changelog/#####.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/#####.txt diff --git a/.changelog/#####.txt b/.changelog/#####.txt new file mode 100644 index 00000000000..1a102b5e1bb --- /dev/null +++ b/.changelog/#####.txt @@ -0,0 +1,3 @@ +```release-note:note +resource/aws_dx_gateway_association: The `vpn_gateway_id` attribute has been deprecated. All configurations using `vpn_gateway_id` should be updated to use the `associated_gateway_id` attribute instead +``` \ No newline at end of file From 558dd6057b5226ef24ac54ea787d35696e8b535b Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Fri, 12 May 2023 13:52:02 -0400 Subject: [PATCH 2/2] Correct CHANGELOG entry file name. --- .changelog/{#####.txt => 31384.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .changelog/{#####.txt => 31384.txt} (100%) diff --git a/.changelog/#####.txt b/.changelog/31384.txt similarity index 100% rename from .changelog/#####.txt rename to .changelog/31384.txt