From 776cd987095be6b2b5cbc422b3a3c27f98e36d0d Mon Sep 17 00:00:00 2001 From: Carlos Schimidt <40364204+cschimid@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:33:10 -0300 Subject: [PATCH] Add support to enable multicast on transit gateway (#2063) SUMMARY Need to enable multicast while creating transit gateway ISSUE TYPE Feature Pull Request COMPONENT NAME transit_gateway ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis Reviewed-by: Bikouo Aubin Reviewed-by: Carlos Schimidt Reviewed-by: Mark Chappell This commit was initially merged in https://github.com/ansible-collections/community.aws See: https://github.com/ansible-collections/community.aws/commit/4752c05c56076e1b904d7ee4dfd6c350601da0af --- plugins/modules/ec2_transit_gateway_info.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins/modules/ec2_transit_gateway_info.py b/plugins/modules/ec2_transit_gateway_info.py index b25346b84b8..014c875b6a0 100644 --- a/plugins/modules/ec2_transit_gateway_info.py +++ b/plugins/modules/ec2_transit_gateway_info.py @@ -119,6 +119,13 @@ returned: always type: str sample: "enable" + multicast_support: + description: + - Indicates whether Multicast support is enabled. + returned: always + type: str + sample: "enable" + version_added: 7.3.0 propagation_default_route_table_id: description: - The ID of the default propagation route table.