TEST_STAND/PG: clean structure with README, variables.tf, .gitignore, terraform.tfvars.example

This commit is contained in:
“Naeel”
2026-07-03 10:49:28 +04:00
parent 9081309e13
commit c34c852096
6 changed files with 175 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
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
}