fischerX/infra/terraform/modules/oss/variables.tf

17 lines
294 B
HCL

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"
}