nebula/monicahq/variables.tf

16 lines
255 B
HCL

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