Skip to content

Commit

Permalink
Update website/docs/language/backend/oss.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: trujillo-adam <[email protected]>
  • Loading branch information
xiaozhu36 and trujillo-adam authored Jan 10, 2025
1 parent 5846769 commit 21e961b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/language/backend/oss.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The following configuration options or environment variables are supported:

* `tablestore_endpoint` / `ALICLOUD_TABLESTORE_ENDPOINT` - (Optional) A custom endpoint for the TableStore API.

* `tablestore_instance_name` - (Optional, Available since v1.11.0) A instance name of TableStore belongs. Default to parsing from `tablestore_endpoint`.
* `tablestore_instance_name` - (Optional) Specifies the name of an instance that `TableStore` belongs to. By default, Terraform parses the name from `tablestore_endpoint`.
It should be set Access URL explicitly when tablestore endpoint is a VPC access url

* `tablestore_table` - (Optional) A TableStore table for state locking and consistency. The table must have a primary key named `LockID` of type `String`.
Expand Down

0 comments on commit 21e961b

Please sign in to comment.