nebula/cloudflare/variables.tf
2017-11-04 19:09:32 +05:30

11 lines
120 B
HCL

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