Last active
August 23, 2021 19:57
-
-
Save nleiva/4e5bd9bb1898588ad047fc8ca65e217c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Delete Route Table | |
community.aws.ec2_vpc_route_table: | |
region: "{{ ec2_region }}" | |
vpc_id: "{{ all_vpcs.vpcs[0].vpc_id }}" | |
tags: | |
Environment: "{{ ec2_environment }}" | |
Name: "{{ ec2_resource_prefix }}-route-table" | |
state: absent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment