diff --git a/plugins/modules/ec2_vpc_route_table.py b/plugins/modules/ec2_vpc_route_table.py index 45fa6cccf28..81fb40ce6a1 100644 --- a/plugins/modules/ec2_vpc_route_table.py +++ b/plugins/modules/ec2_vpc_route_table.py @@ -48,18 +48,13 @@ type: str routes: description: - - > - List of routes in the route table. - - > - Routes are specified as dicts containing the keys 'dest' and one of 'gateway_id', - 'instance_id', 'network_interface_id', or 'vpc_peering_connection_id'. - - > - The value of 'dest' is used for the destination match. It may be a IPv4 CIDR block + - List of routes in the route table. + - Routes are specified as dicts containing the keys C(dest) and one of C(gateway_id), + C(instance_id), C(network_interface_id), or C(vpc_peering_connection_id). + - The value of C(dest) is used for the destination match. It may be a IPv4 CIDR block or a IPv6 CIDR block. - - > - If 'gateway_id' is specified, you can refer to the VPC's IGW by using the value 'igw'. - - > - Routes are required for present states. + - If I(gateway_id) is specified, you can refer to the VPC's IGW by using the value C(igw). + - Routes are required for present states. type: list elements: dict state: diff --git a/tests/integration/targets/ec2_vpc_route_table/tasks/main.yml b/tests/integration/targets/ec2_vpc_route_table/tasks/main.yml index 9ac3fb69f02..cf78b5b00b5 100644 --- a/tests/integration/targets/ec2_vpc_route_table/tasks/main.yml +++ b/tests/integration/targets/ec2_vpc_route_table/tasks/main.yml @@ -514,7 +514,7 @@ lookup: id purge_tags: yes tags: - Name: Public routeroute_spec table + Name: Public route table Updated: new_tag check_mode: true register: check_mode_results