quassel_instance/inputs.tf

8 lines
233 B
Terraform
Raw Normal View History

2024-06-14 02:18:48 +00:00
variable "docker_prefix" {
description = "Prefix for all docker resources.. We're not alone on this box, so we best avoid collisions"
}
variable "tz" {
description = "Timezone for the server"
default = "Europe/Amsterdam"
}