Skip to content

Instantly share code, notes, and snippets.

@nleiva
Last active June 30, 2021 21:07
Show Gist options
  • Save nleiva/e28dd450acf7e0068bdcd29aceee3232 to your computer and use it in GitHub Desktop.
Save nleiva/e28dd450acf7e0068bdcd29aceee3232 to your computer and use it in GitHub Desktop.
- 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