Files
tf_provider/TEST_STAND/buck0/variables.tf
T

11 lines
258 B
Terraform

variable "api_token" {
description = "Nubes API token for TEST stand"
type = string
sensitive = true
}
variable "s3_user_uid" {
description = "UUID существующего экземпляра S3 Object Storage"
type = string
}