Skip to content

Instantly share code, notes, and snippets.

@nleiva
Created July 9, 2021 20:20
Show Gist options
  • Save nleiva/819334e18c1f564e9080eaa2aedf7191 to your computer and use it in GitHub Desktop.
Save nleiva/819334e18c1f564e9080eaa2aedf7191 to your computer and use it in GitHub Desktop.
- name: Delete AWS VPC
amazon.aws.ec2_vpc_net:
name: "{{ ec2_resource_prefix }}-vpc"
cidr_block: "{{ ec2_cidr_block }}"
region: "{{ ec2_region }}"
state: absent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment