2017-01-04 06:29:10 +00:00
|
|
|
# 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"
|
|
|
|
}
|
2017-11-28 06:04:25 +00:00
|
|
|
|
2019-06-10 03:27:38 +00:00
|
|
|
variable "cloudflare_email" {}
|
|
|
|
variable "cloudflare_token" {}
|
|
|
|
|
|
|
|
|
2017-11-28 06:04:25 +00:00
|
|
|
## GCP Credentias requirements
|
2018-12-01 01:15:07 +00:00
|
|
|
#variable "gcp_private_key_id" {}
|
|
|
|
#variable "GOOGLE_CLOUD_KEYFILE_JSON" {}
|
|
|
|
#variable "gcp_region" {
|
|
|
|
# default = "us-east1"
|
|
|
|
#}
|
2017-11-28 06:04:25 +00:00
|
|
|
variable "gcp_project" {
|
|
|
|
default = "ahoskingit"
|
|
|
|
}
|
|
|
|
|
2017-01-31 07:51:16 +00:00
|
|
|
variable "home_ip" {
|
2019-10-16 20:57:59 +00:00
|
|
|
default = "70.27.17.5"
|
2017-01-31 07:51:16 +00:00
|
|
|
}
|
|
|
|
|
2017-01-31 22:15:02 +00:00
|
|
|
variable "site5_ip" {
|
2017-06-09 23:37:49 +00:00
|
|
|
default = "138.197.154.98"
|
2017-01-31 22:15:02 +00:00
|
|
|
}
|
|
|
|
|
2017-06-29 05:21:12 +00:00
|
|
|
#Automated Bytes current web host
|
|
|
|
variable "vultr_ip" {
|
|
|
|
default = "45.63.19.159"
|
|
|
|
}
|
|
|
|
|
2017-01-31 07:51:16 +00:00
|
|
|
## KFA IP
|
|
|
|
variable "kfa_ip" {
|
|
|
|
default = "76.9.203.226"
|
|
|
|
}
|
|
|
|
|
2019-06-10 05:24:27 +00:00
|
|
|
variable "studi-odesigns_com" { default = "studi-odesigns.com"}
|
|
|
|
variable "studi-odesigns_ca" { default = "studi-odesigns.ca"}
|
|
|
|
variable "studi-odesign_com" { default = "studi-odesign.com"}
|
|
|
|
variable "studi-odesign_ca" { default = "studi-odesign.ca"}
|
|
|
|
|
2017-01-31 07:51:16 +00:00
|
|
|
## Vsphere creds - this did not work anywhere near as well as I'd hoped
|
|
|
|
#variable "vsphere_user" {}
|
|
|
|
#variable "vsphere_password" {}
|
|
|
|
#variable "vsphere_server" {}
|