From b9d8f47f8dfec972b899a77e9336578f68258b11 Mon Sep 17 00:00:00 2001 From: Angie Pinilla Date: Wed, 19 Jan 2022 12:21:56 -0500 Subject: [PATCH] Update CHANGELOG for #22664 --- .changelog/22664.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changelog/22664.txt diff --git a/.changelog/22664.txt b/.changelog/22664.txt new file mode 100644 index 000000000000..5a7cde63858d --- /dev/null +++ b/.changelog/22664.txt @@ -0,0 +1,7 @@ +```release-note:note +resource/aws_route: The `instance_id` argument has been deprecated. All configurations using `instance_id` should be updated to use the `network_interface_id` argument instead +``` + +```release-note:note +resource/aws_route_table: The `instance_id` argument of the `route` configuration block has been deprecated. All configurations using `route` `instance_id` should be updated to use the `route` `network_interface_id` argument instead +``` \ No newline at end of file