scottslowe-learning-tools/terraform/tf-example/vars.tf
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

19 lines
297 B
HCL

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>"
}