nebula/cloudflare/variables.tf

8 lines
75 B
Terraform
Raw Normal View History

2017-11-04 13:39:32 +00:00
variable "domain" {
type = "string"
}
2017-12-26 15:20:52 +00:00
variable "ips" {
type = "map"
2017-12-26 13:55:43 +00:00
}