nebula/cloudflare/variables.tf

11 lines
120 B
HCL

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