orchestration.clouds/ahoskingit/terraform/variables.tf

42 lines
976 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"
2017-01-31 07:51:16 +00:00
}
2017-11-28 06:04:25 +00:00
2017-01-31 07:51:16 +00:00
variable "home_ip" {
}
2017-01-31 22:15:02 +00:00
variable "site5_ip" {
default = "138.197.154.98"
2017-01-31 22:15:02 +00:00
}
variable "do_assets" {
default = "165.22.228.138"
}
2017-01-31 07:51:16 +00:00
## KFA IP
variable "kfa_ip" {
default = "64.137.159.107"
2017-01-31 07:51:16 +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" }
2019-06-10 05:24:27 +00:00
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" {}
2020-01-15 14:35:36 +00:00
variable "environment" {}
2021-10-14 17:58:56 +00:00
variable "ahosking_com_cnames" {
2021-12-11 06:24:57 +00:00
default = ["code", "radarr", "sonarr", "ombi", "git",
2022-03-26 17:15:59 +00:00
"monitors", "tv", "movies", "finance"]
2022-01-03 20:58:50 +00:00
}