TEST_STAND/PG: clean structure with README, variables.tf, .gitignore, terraform.tfvars.example
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user