mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add Terraform-formatted configuration. Add JSON-formatted configuration. Add README with instructions on using these configurations.
31 lines
382 B
JSON
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"
|
|
}
|
|
}
|
|
}
|