Skip to content

Commit 1cc0e88

Browse files
committed
fix/sg-rule-set
1 parent ab3a9a3 commit 1cc0e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/cos_bucket.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ resource "tencentcloud_cos_bucket" "mycos" {
241241

242242
The following arguments are supported:
243243

244-
* `bucket` - (Required, String, ForceNew) The name of a bucket to be created. Bucket format should be [custom name]-[appid], for example `mycos-1258798060`.The name cannot start or end with `-`. It only supports English Minuscule and numbers [a-z, 0-9, -] and their combinations. The total number of characters in the name of the complete request field can be up to 60 characters.
244+
* `bucket` - (Required, String, ForceNew) The name of a bucket to be created. Bucket format should be [custom name]-[appid], for example `mycos-1258798060`.
245245
* `acceleration_enable` - (Optional, Bool) Enable bucket acceleration.
246246
* `acl_body` - (Optional, String) ACL XML body for multiple grant info. NOTE: this argument will overwrite `acl`. Check https://intl.cloud.tencent.com/document/product/436/7737 for more detail.
247247
* `acl` - (Optional, String) The canned ACL to apply. Valid values: private, public-read, and public-read-write. Defaults to private.

0 commit comments

Comments
 (0)