nebula/cloudflare/variables.tf

10 lines
101 B
HCL

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