Skip to content

Instantly share code, notes, and snippets.

@robinbowes
Created June 29, 2018 21:41
Show Gist options
  • Save robinbowes/391f25c8b14ab47fce0ccf31e2469018 to your computer and use it in GitHub Desktop.
Save robinbowes/391f25c8b14ab47fce0ccf31e2469018 to your computer and use it in GitHub Desktop.
{
"version": 3,
"terraform_version": "0.11.7",
"serial": 14,
"lineage": "87dbf850-b517-fce3-1f34-d270ee9153d7",
"modules": [
{
"path": [
"root"
],
"outputs": {
"cidr_block": {
"sensitive": false,
"type": "string",
"value": "172.18.0.0/16"
},
"id": {
"sensitive": false,
"type": "string",
"value": "vpc-df7066ba"
},
"name": {
"sensitive": false,
"type": "string",
"value": "acme.com"
},
"private_subnet_ids": {
"sensitive": false,
"type": "list",
"value": [
"subnet-7e4e3727",
"subnet-091d7f22",
"subnet-cdf5d2ba"
]
},
"public_subnet_ids": {
"sensitive": false,
"type": "list",
"value": [
"subnet-f31c7ed8",
"subnet-e6f5d291",
"subnet-5e4e3707"
]
}
},
"resources": {},
"depends_on": []
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment