Created
June 29, 2018 21:41
-
-
Save robinbowes/391f25c8b14ab47fce0ccf31e2469018 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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