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" }