nebula/cloudflare/variables.tf

12 lines
121 B
HCL

variable "domain" {
type = "string"
}
variable "proxy" {
type = "string"
}
variable "act_ip" {
type = "string"
}