Skip to content

Instantly share code, notes, and snippets.

@coldclimate
Created January 5, 2015 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coldclimate/dd6cce3f0dee2714318b to your computer and use it in GitHub Desktop.
Save coldclimate/dd6cce3f0dee2714318b to your computer and use it in GitHub Desktop.
{
'invocation': {
'module_name': u 'ec2_vpc',
'module_args': ''
},
u 'vpc_id': u 'vpc-42b1d027',
u 'changed': False,
u 'vpc': {
u 'dhcp_options_id': u 'dopt-331f0551', u 'region': u 'us-east-1', u 'cidr_block': u '10.181.208.0/22', u 'state': u 'available', u 'id': u 'vpc-42b1d027'
},
u 'subnets': [{
u 'resource_tags': {
u 'environment': u 'production', u 'Name': u 'xxxx_xxxxx_d'
}, u 'cidr': u '10.181.209.64/28', u 'az': u 'us-east-1d', u 'id': u 'subnet-xxxxxxx'
}]
}
"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment