orchestration.clouds/ahoskingit/terraform/variables.tf

26 lines
546 B
Terraform
Raw Normal View History

# set these puppies on the command line with -var "variable=val"
2017-01-31 07:51:16 +00:00
## AWS credentials requirement
variable "aws_access_key" {}
variable "aws_secret_key" {}
variable "aws_region" {
default = "us-east-1"
}
variable "home_ip" {
default = "174.114.190.249"
}
2017-01-31 22:15:02 +00:00
variable "site5_ip" {
default = "104.37.195.87"
}
2017-01-31 07:51:16 +00:00
## KFA IP
variable "kfa_ip" {
default = "76.9.203.226"
}
## Vsphere creds - this did not work anywhere near as well as I'd hoped
#variable "vsphere_user" {}
#variable "vsphere_password" {}
#variable "vsphere_server" {}