Skip to content

Instantly share code, notes, and snippets.

@nleiva
Last active August 23, 2021 20:11
Show Gist options
  • Save nleiva/262410dd4c790ad289185f4379810127 to your computer and use it in GitHub Desktop.
Save nleiva/262410dd4c790ad289185f4379810127 to your computer and use it in GitHub Desktop.
- name: Delete internet gateway in Environment {{ ec2_environment }}
community.aws.ec2_vpc_igw:
region: "{{ ec2_region }}"
vpc_id: "{{ item.vpc_id }}"
state: absent
loop: '{{ all_vpcs.vpcs }}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment