nebula/docker/variables.tf

22 lines
327 B
Terraform
Raw Normal View History

2017-11-04 13:39:32 +00:00
variable "web_username" {
type = "string"
}
variable "web_password" {
type = "string"
}
variable "mysql_root_password" {
type = "string"
}
variable "cloudflare_key" {
type = "string"
description = "cloudflare API Key"
}
variable "cloudflare_email" {
type = "string"
description = "cloudflare email address"
}