nebula/cloudflare/variables.tf

8 lines
75 B
HCL

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