Created
July 9, 2021 20:15
-
-
Save nleiva/66ff8edcca79fe8be2686523a8aad459 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: 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