Created
June 30, 2021 21:08
-
-
Save nleiva/e2cb8a34ccccfc9aa03c1aec73e08429 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 Internet Gateway | |
community.aws.ec2_vpc_igw: | |
region: "{{ ec2_region }}" | |
vpc_id: "{{ create_vpc.vpc.id }}" | |
tags: | |
Environment: "{{ ec2_environment }}" | |
register: igw |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment