infrastructure/terraform/variables.tf
Jake Howard f1170b8a9b
Move walker IP into variable
The OVH provider is "completely fucked"!
2020-07-14 19:19:54 +01:00

7 lines
113 B
HCL

variable "vultr_api_key" {}
variable "cloudflare_api_key" {}
variable "walker_ip" {
default = "5.39.79.153"
}