Skip to content

Instantly share code, notes, and snippets.

@nleiva
Created July 9, 2021 20:15
Show Gist options
  • Save nleiva/66ff8edcca79fe8be2686523a8aad459 to your computer and use it in GitHub Desktop.
Save nleiva/66ff8edcca79fe8be2686523a8aad459 to your computer and use it in GitHub Desktop.
- name: Grab VPC details
amazon.aws.ec2_vpc_net_info:
region: "{{ ec2_region }}"
filters:
"tag:Environment": "{{ ec2_environment }}"
register: all_vpcs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment