infrastructure/variables.tf

16 lines
202 B
HCL

variable "hcloud_token" {
sensitive = true
type = string
}
variable "postgres_password" {
sensitive = true
type = string
}
variable "grafana_password" {
sensitive = true
type = string
}