Files
tf_provider/TEST_STAND/PG/variables.tf
T

16 lines
423 B
Terraform

variable "api_token" {
description = "Nubes API token for TEST stand"
type = string
sensitive = true
}
variable "s3_uid" {
description = "UUID существующего экземпляра S3 Object Storage (для бэкапов)"
type = string
}
variable "realm" {
description = "Платформа/K8s-кластер для развёртывания PostgreSQL"
type = string
}