From 21e961bdded29fd5f1c1a92f54f15ea4f7e80a14 Mon Sep 17 00:00:00 2001 From: He Guimin Date: Fri, 10 Jan 2025 14:06:34 +0800 Subject: [PATCH] Update website/docs/language/backend/oss.mdx Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> --- website/docs/language/backend/oss.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/backend/oss.mdx b/website/docs/language/backend/oss.mdx index b7806dc3268b..d446f4fcffa0 100644 --- a/website/docs/language/backend/oss.mdx +++ b/website/docs/language/backend/oss.mdx @@ -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`.