Skip to content

Instantly share code, notes, and snippets.

@mooperd

mooperd/vpc.json Secret

Last active August 23, 2016 15: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 mooperd/65597839635a6d72c6e4b5f38fc82e0f to your computer and use it in GitHub Desktop.
Save mooperd/65597839635a6d72c6e4b5f38fc82e0f to your computer and use it in GitHub Desktop.
[{
"name": "vpc-name",
"cidr": "10.141.0.0/16",
"Subnets": [{
"cidr": "10.141.0.0/24",
"name": "subnet-1",
"zone": "a",
"Instances": [{
"name": "instance-1-a",
"type": "hypervisor"
}, {
"name": "instance-1-b",
"type": "hypervisor"
}]
}, {
"cidr": "10.141.0.0/24",
"name": "subnet-2",
"zone": "b",
"Instances": [{
"name": "instance-2-a",
"type": "hypervisor"
}]
}]
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment