✨ Enhance module documentation with detailed descriptions for DNS, Foundry, Pangolin, and Public IP modules
This commit is contained in:
@@ -1,17 +1,21 @@
|
||||
variable "domain_zone_id" {
|
||||
type = string
|
||||
description = "Cloudflare Zone ID for the target domain."
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "domain_name" {
|
||||
type = string
|
||||
description = "Root domain name (e.g. 'example.com')."
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "pangolin-proxy-v4" {
|
||||
type = string
|
||||
description = "IPv4 address of the Pangolin reverse-proxy."
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "pangolin-proxy-v6" {
|
||||
type = string
|
||||
description = "IPv6 address of the Pangolin reverse-proxy."
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "cdn_subdomains" {
|
||||
|
||||
Reference in New Issue
Block a user