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