infrastructure/tf-stage-1/variables.tf

40 lines
627 B
HCL

variable "realm" {
type = string
}
variable "grafana_secret" {
type = string
sensitive = true
}
variable "gotosocial_secret" {
type = string
sensitive = true
}
variable "hedgedoc_secret" {
type = string
sensitive = true
}
variable "miniflux_secret" {
type = string
sensitive = true
}
variable "synapse_secret" {
type = string
sensitive = true
}
variable "cloudflare_api_token" {
type = string
sensitive = true
}
variable "cloudflare_account_id" {
type = string
sensitive = true
}
variable "keycloak_client_secret" {
type = string
sensitive = true
}