infrastructure/variables.tf

16 lines
202 B
Terraform
Raw Permalink Normal View History

2023-01-15 16:54:03 +01:00
variable "hcloud_token" {
sensitive = true
type = string
}
variable "postgres_password" {
sensitive = true
type = string
}
variable "grafana_password" {
sensitive = true
type = string
}