scottslowe-learning-tools/terraform/openstack/tf-json-example/vars.tf.json
Scott Lowe 840cdfb0a4
Reorganize Terraform files
Rename "tf-general" directory to "openstack" since it only discusses OpenStack. Update README.md.

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2018-10-10 01:44:45 -06: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"
}
}
}