infrastructure/terraform/variables.tf

7 lines
113 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 "walker_ip" {
default = "5.39.79.153"
}