🏡 index : github.com/captn3m0/nebula.git

variable "domain" {
  type = "string"
}

variable "db-password" {}
variable "app-key" {}
variable "hash-salt" {}
variable "smtp-password" {}

variable "traefik-labels" {
  type = "map"
}

variable "traefik-network-id" {}
variable "postgres-network-id" {}