nebula/cloudflare/variables.tf

12 lines
115 B
HCL

variable "domain" {
type = "string"
}
variable "proxy" {
type = "string"
}
variable "ips" {
type = "map"
}