variable "bucket_name" { description = "OSS bucket name" type = string } variable "bucket_acl" { description = "OSS bucket ACL" type = string default = "private" } variable "region" { description = "Region" type = string default = "cn-hangzhou" }