Apply suggestions from code review

Better expression.

Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com>
This commit is contained in:
Daven Du 2023-06-16 21:00:01 +08:00 committed by GitHub
parent ad84baf5ea
commit 8b8a4c4a95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,10 +9,10 @@ description: >-
Stores the state as an object in a configurable prefix in a given bucket on [Tencent Cloud Object Storage](https://intl.cloud.tencent.com/product/cos) (COS).
This backend supports [state locking](/terraform/language/state/locking). You need following permissions for your credentials:
This backend supports [state locking](/terraform/language/state/locking). Storing your state in a COS bucket requires the following permissions:
* `CreateTag`, `DeleteTag` and `DescribeTags` on the tag key `tencentcloud-terraform-lock`.
* `Put`, `Get` and `Delete` files under the given prefix of the bucket.
- `CreateTag`, `DeleteTag`, and `DescribeTags` on the tag key `tencentcloud-terraform-lock`
- `Put`, `Get`, and `Delete` files for the specified bucket's prefix
~> **Warning!** It is highly recommended that you enable [Object Versioning](https://intl.cloud.tencent.com/document/product/436/19883)
on the COS bucket to allow for state recovery in the case of accidental deletions and human error.