✨ Add initial Terraform configuration for Azure and Proxmox resources
This commit is contained in:
21
modules/dns/variables.tf
Normal file
21
modules/dns/variables.tf
Normal file
@@ -0,0 +1,21 @@
|
||||
variable "domain_zone_id" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "domain_name" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "pangolin-proxy-v4" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "pangolin-proxy-v6" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "cdn_subdomains" {
|
||||
description = "Subdomains to serve through Cloudflare proxy (CDN). These get proxied A/AAAA records that override the wildcard."
|
||||
type = list(string)
|
||||
default = []
|
||||
}
|
||||
Reference in New Issue
Block a user