Files
athens/terraform/variables.tf
T

7 lines
88 B
Terraform
Raw Normal View History

2024-10-17 11:24:13 -04:00
variable "cloudflare_token" {
type = string
}
variable "do_token" {
type = string
}