infrastructure/terraform/variables.tf
Jake Howard 48e23e8c00
Track new linode instance in terraform
The definition is pretty verbose. Apparently it does that if you create it through the UI
2020-12-05 13:25:50 +00:00

8 lines
144 B
HCL

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