variable "bucket_name" { description = "Name of the S3 bucket" type = string } variable "folder_id" { description = "Yandex Cloud folder ID" type = string } variable "versioning_enabled" { description = "Enable versioning for the bucket" type = bool default = false }