You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/language/settings/backends/cos.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,7 @@ The following configuration options or environment variables are supported:
65
65
-`acl` - (Optional) Object ACL to be applied to the state file, allows `private` and `public-read`. Defaults to `private`.
66
66
-`accelerate` - (Optional) Whether to enable global Acceleration. Defaults to `false`.
67
67
-`endpoint` - (Optional) The Custom Endpoint for the COS backend. It supports environment variables `TENCENTCLOUD_ENDPOINT`.
68
+
-`domain` - (Optional) The root domain of the API request. Defaults to `tencentcloudapi.com`. It supports environment variables `TENCENTCLOUD_DOMAIN`.
68
69
69
70
### Assume Role
70
71
If provided with an assume role, Terraform will attempt to assume this role using the supplied credentials.
@@ -112,7 +113,7 @@ $ terraform plan
112
113
### Endpoint
113
114
If provided with an endpoint url, Terraform will attempt to access COS backend by the `endpoint` configuration or environment variables `TENCENTCLOUD_ENDPOINT`.
114
115
115
-
A typical endpoint like this: `http://{Bucket}.cos-internal.{Region}.tencentcos.cn`, both http or https can be accepted.
116
+
A typical endpoint like this: `http://cos-internal.{Region}.tencentcos.cn`, both http or https can be accepted.
0 commit comments