Commit 5177687c authored by admin's avatar admin
Browse files

环境代码变更

parent 40d1e6bc
No related merge requests found
Showing with 24 additions and 24 deletions
+24 -24
variable "bucket_name" {
type = string
description = "存储桶名称"
}
variable "acl" {
type = string
description = "对象存储读写权限"
default = "public-read"
}
variable "versionStatus" {
description = "是否启用oss版本控制"
type = string
default = "Suspended"
}
variable "regions" {
type = list(string)
description = "区域"
default = ["cn-hangzhou","cn-shanghai","cn-chengdu","cn-qingdao"]
}
\ No newline at end of file
variable "bucket_name"{
type = string
description = "存储桶名称"
default = "61ede3bfcf4b6b24985dad4af39054e7"
}
variable "acl"{
type = string
description = "对象存储读写权限"
default = "public-read"
}
variable "versionStatus"{
description = "是否启用oss版本控制"
type = string
default = "Suspended"
}
variable "regions"{
type = list(string)
description = "区域"
default = ["cn-hangzhou","cn-shanghai","cn-chengdu","cn-qingdao"]
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment