hcornet 5575ce52de
Some checks failed
terraform validation / Terraform (push) Failing after 13s
first sync
2025-01-13 20:31:30 +01:00

6 lines
143 B
HCL

variable "cloudflare_api_key" {}
variable "cloudflare_account_id" {}
variable "cf_domain" {
default = "tips-of-mine.com"
type = string
}