Commit 8719616c by Feanil Patel

Use the latest version of ec2_vpc module.

parent 55c06f95
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# to the vpc whose subnets and rts are not enumerated here. # to the vpc whose subnets and rts are not enumerated here.
- name: create a vpc - name: create a vpc
local_action: local_action:
module: 'ec2_vpc_1.8' module: 'ec2_vpc_local'
resource_tags: '{{ vpc_tags }}' resource_tags: '{{ vpc_tags }}'
cidr_block: '{{ vpc_cidr }}' cidr_block: '{{ vpc_cidr }}'
region: '{{ aws_region }}' region: '{{ aws_region }}'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment