nebula/gitea/variables.tf

14 lines
185 B
HCL

variable "traefik-labels" {
type = "map"
}
variable "domain" {}
variable "ips" {
type = "map"
}
variable "secret-key" {}
variable "internal-token" {}
variable "smtp-password" {}