scottslowe-learning-tools/terraform/tf-json-example/vars.tf.json
Scott Lowe 98b186e5d3 Add example configurations for Terraform
Add Terraform-formatted configuration. Add JSON-formatted
configuration. Add README with instructions on using these
configurations.
2015-11-25 17:08:46 -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"
}
}
}