infrastructure/terraform/variables.tf

8 lines
144 B
Terraform
Raw Normal View History

2020-02-21 18:44:25 +00:00
variable "vultr_api_key" {}
2020-02-22 20:22:28 +00:00
variable "cloudflare_api_key" {}
variable "linode_api_token" {}
variable "walker_ip" {
default = "5.39.79.153"
}