Last active
June 30, 2021 21:07
-
-
Save nleiva/e28dd450acf7e0068bdcd29aceee3232 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: Create AWS VPC | |
amazon.aws.ec2_vpc_net: | |
name: "{{ ec2_resource_prefix }}-vpc" | |
cidr_block: | |
- "{{ ec2_cidr_block }}" | |
region: "{{ ec2_region }}" | |
tags: | |
Environment: "{{ ec2_environment }}" | |
register: create_vpc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment