nebula/cloudflare/variables.tf

12 lines
121 B
Terraform
Raw Normal View History

2017-11-04 13:39:32 +00:00
variable "domain" {
type = "string"
}
variable "proxy" {
type = "string"
}
variable "act_ip" {
type = "string"
2017-12-26 13:55:43 +00:00
}