applications/variables.tf

20 lines
268 B
HCL

variable "server_ip" {
sensitive = true
type = string
}
variable "postgres_password" {
sensitive = true
type = string
}
variable "grafana_password" {
sensitive = true
type = string
}
variable "smarthost_password" {
sensitive = true
type = string
}