From 9dbaac5975bad0c5fab396244e0429ba8767b035 Mon Sep 17 00:00:00 2001 From: hellertang Date: Wed, 7 Dec 2022 18:05:42 +0800 Subject: [PATCH] add accelerate (#32344) --- website/docs/language/settings/backends/cos.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/language/settings/backends/cos.mdx b/website/docs/language/settings/backends/cos.mdx index 7f7077c599..033f57a82e 100644 --- a/website/docs/language/settings/backends/cos.mdx +++ b/website/docs/language/settings/backends/cos.mdx @@ -59,3 +59,4 @@ The following configuration options or environment variables are supported: - `key` - (Optional) The path for saving the state file in bucket. Defaults to `terraform.tfstate`. - `encrypt` - (Optional) Whether to enable server side encryption of the state file. If it is true, COS will use 'AES256' encryption algorithm to encrypt state file. - `acl` - (Optional) Object ACL to be applied to the state file, allows `private` and `public-read`. Defaults to `private`. +- `accelerate` - (Optional) Whether to enable global Acceleration. Defaults to `false`. \ No newline at end of file