51 lines
1.1 KiB
HCL
51 lines
1.1 KiB
HCL
# set these puppies on the command line with -var "variable=val"
|
|
|
|
## AWS credentials requirement
|
|
variable "aws_access_key" {}
|
|
variable "aws_secret_key" {}
|
|
variable "aws_region" {
|
|
default = "us-east-1"
|
|
}
|
|
|
|
variable "cloudflare_email" {}
|
|
variable "cloudflare_token" {}
|
|
|
|
|
|
## GCP Credentias requirements
|
|
#variable "gcp_private_key_id" {}
|
|
#variable "GOOGLE_CLOUD_KEYFILE_JSON" {}
|
|
#variable "gcp_region" {
|
|
# default = "us-east1"
|
|
#}
|
|
variable "gcp_project" {
|
|
default = "ahoskingit"
|
|
}
|
|
|
|
variable "home_ip" {
|
|
default = "70.27.17.5"
|
|
}
|
|
|
|
variable "site5_ip" {
|
|
default = "138.197.154.98"
|
|
}
|
|
|
|
#Automated Bytes current web host
|
|
variable "vultr_ip" {
|
|
default = "45.63.19.159"
|
|
}
|
|
|
|
## KFA IP
|
|
variable "kfa_ip" {
|
|
default = "76.9.203.226"
|
|
}
|
|
|
|
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"}
|
|
|
|
## Vsphere creds - this did not work anywhere near as well as I'd hoped
|
|
#variable "vsphere_user" {}
|
|
#variable "vsphere_password" {}
|
|
#variable "vsphere_server" {}
|