Skip to content

Instantly share code, notes, and snippets.

@nleiva
Last active June 30, 2021 21:07
Show Gist options
  • Save nleiva/4f644a34f22c8d0065ffadeaf03cb774 to your computer and use it in GitHub Desktop.
Save nleiva/4f644a34f22c8d0065ffadeaf03cb774 to your computer and use it in GitHub Desktop.
- name: Create Subnet
amazon.aws.ec2_vpc_subnet:
region: "{{ ec2_region }}"
vpc_id: "{{ create_vpc.vpc.id }}"
cidr: "{{ ec2_subnet }}"
tags:
Environment: "{{ ec2_environment }}"
register: create_subnet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment