nebula/variables.tf

21 lines
294 B
Terraform
Raw Normal View History

2017-11-04 13:39:32 +00:00
variable "cloudflare_key" {
2017-12-26 13:55:43 +00:00
type = "string"
2017-11-04 13:39:32 +00:00
description = "cloudflare API Key"
}
variable "web_username" {
type = "string"
}
variable "web_password" {
type = "string"
}
variable "mysql_root_password" {
type = "string"
2017-12-03 14:52:14 +00:00
}
variable "wiki_session_secret" {
type = "string"
}