terraform-modules/objectstorage/variables.tf
2025-05-06 09:30:27 +02:00

19 lines
No EOL
495 B
HCL

variable "stackit_project_id" {
description = "ID of the STACKIT Portal Project"
type = string
}
variable "objectstorage_bucket_name" {
description = "Name of the bucket which will be used in object storage"
type = string
}
variable "objectstorage_region" {
description = "Name of the resource region"
type = string
}
variable "objectstorage_credentials_group_name" {
description = "Name of the credentials group where access keys will be stored"
type = string
}