mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 06:57:47 +01:00
6 lines
128 B
HCL
6 lines
128 B
HCL
variable "cloudflare_domain" {
|
|
type = string
|
|
default = "Base cloudflare domain, e.g. example.com"
|
|
nullable = false
|
|
}
|