nebula/cloudflare/variables.tf

11 lines
119 B
Terraform
Raw Permalink Normal View History

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