nebula/variables.tf
2017-12-03 20:22:14 +05:30

21 lines
287 B
HCL

variable "cloudflare_key" {
type = "string"
description = "cloudflare API Key"
}
variable "web_username" {
type = "string"
}
variable "web_password" {
type = "string"
}
variable "mysql_root_password" {
type = "string"
}
variable "wiki_session_secret" {
type = "string"
}