infrastructure/terraform/variables.tf

7 lines
197 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" {}
2021-02-14 12:29:14 +00:00
variable "cloudflare_email" {}
variable "linode_personal_access_token" {}
2022-12-08 21:55:03 +00:00
variable "uptimerobot_api_key" {}
2023-02-08 20:55:23 +00:00
variable "gandi_api_key" {}