mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 23:20:56 +01:00
6 lines
140 B
HCL
6 lines
140 B
HCL
variable "cloudflare_base_domain" {
|
|
type = string
|
|
description = "Base domain for Cloudflare DNS records"
|
|
nullable = false
|
|
}
|