scottslowe-learning-tools/terraform/tf-general/tf-json-example/vars.tf.json
Scott Lowe 43ab5524a2
Reorganize repository contents
Move contents into new folder structure based on primary technology

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-02-23 16:12:37 -07:00

31 lines
382 B
JSON

{
"variable": {
"image": {
"default": "INSERT YOUR VALUE HERE"
}
},
"variable": {
"flavor": {
"default": "m1.small"
}
},
"variable": {
"external_gateway": {
"default": "INSERT YOUR VALUE HERE"
}
},
"variable": {
"key_pair": {
"default": "INSERT YOUR VALUE HERE"
}
},
"variable": {
"pool": {
"default": "INSERT YOUR VALUE HERE"
}
}
}