6 lines
143 B
HCL
6 lines
143 B
HCL
variable "cloudflare_api_key" {}
|
|
variable "cloudflare_account_id" {}
|
|
variable "cf_domain" {
|
|
default = "tips-of-mine.com"
|
|
type = string
|
|
} |