mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-24 16:10:46 -06:00
add accelerate (#32344)
This commit is contained in:
parent
6ebc30ddcb
commit
9dbaac5975
@ -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`.
|
Loading…
Reference in New Issue
Block a user