Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
eos-test
518515-aliyun-oss-bucketinit
Commits
5177687c
Commit
5177687c
authored
1 year ago
by
admin
Browse files
Options
Download
Email Patches
Plain Diff
环境代码变更
parent
40d1e6bc
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
variables.tf
+24
-24
variables.tf
with
24 additions
and
24 deletions
+24
-24
variables.tf
+
24
-
24
View file @
5177687c
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"
]
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets