From 6d363995e5d4aef8895ea9bc4e52b3446d697a12 Mon Sep 17 00:00:00 2001 From: Jason-Zhang Date: Mon, 4 Sep 2023 16:41:42 +0800 Subject: [PATCH] docs(gaussdb): update the docs of gaussdb (#974) --- docs/data-sources/gaussdb_nosql_flavors.md | 4 ++-- docs/resources/gaussdb_cassandra_instance.md | 10 +++++----- docs/resources/gaussdb_influx_instance.md | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/data-sources/gaussdb_nosql_flavors.md b/docs/data-sources/gaussdb_nosql_flavors.md index 3c18954c..a440f27a 100644 --- a/docs/data-sources/gaussdb_nosql_flavors.md +++ b/docs/data-sources/gaussdb_nosql_flavors.md @@ -11,7 +11,7 @@ Use this data source to get available FlexibleEngine GaussDB (for NoSQL) flavors ```hcl data "flexibleengine_gaussdb_nosql_flavors" "flavors" { vcpus = 4 - memory = 16 + memory = 8 } ``` @@ -32,7 +32,7 @@ data "flexibleengine_gaussdb_nosql_flavors" "flavors" { * `availability_zone` - (Optional, String) Specifies the availability zone (AZ) of the GaussDB specifications. -## Attributes Reference +## Attribute Reference In addition to all arguments above, the following attributes are exported: diff --git a/docs/resources/gaussdb_cassandra_instance.md b/docs/resources/gaussdb_cassandra_instance.md index 4d952a8d..6bb58d3b 100644 --- a/docs/resources/gaussdb_cassandra_instance.md +++ b/docs/resources/gaussdb_cassandra_instance.md @@ -122,11 +122,11 @@ The `backup_strategy` block supports: 0 to 35. If this parameter is set to 0, the automated backup policy is not set. If this parameter is not transferred, the automated backup policy is enabled by default. Backup files are stored for seven days by default. -## Attributes Reference +## Attribute Reference In addition to all arguments above, the following attributes are exported: -* `id` - Specifies a resource ID in UUID format. +* `id` - Indicates the DB instance ID. * `status` - Indicates the DB instance status. * `port` - Indicates the database port. * `mode` - Indicates the instance type. @@ -148,9 +148,9 @@ The `nodes` block contains: This resource provides the following timeouts configuration options: -* `create` - Default is 60 minute. -* `update` - Default is 120 minute. -* `delete` - Default is 30 minute. +* `create` - Default is 60 minutes. +* `update` - Default is 120 minutes. +* `delete` - Default is 30 minutes. ## Import diff --git a/docs/resources/gaussdb_influx_instance.md b/docs/resources/gaussdb_influx_instance.md index a449df5f..d724c90d 100644 --- a/docs/resources/gaussdb_influx_instance.md +++ b/docs/resources/gaussdb_influx_instance.md @@ -123,11 +123,11 @@ The `backup_strategy` block supports: **0** to **35**. If this parameter is set to **0**, the automated backup policy is not set. If this parameter is not transferred, the automated backup policy is enabled by default. Backup files are stored for seven days by default. -## Attributes Reference +## Attribute Reference In addition to all arguments above, the following attributes are exported: -* `id` - Indicates a resource ID in UUID format. +* `id` - Indicates the DB instance ID. * `status` - Indicates the DB instance status. * `port` - Indicates the database port. * `mode` - Indicates the instance type. @@ -149,9 +149,9 @@ The `nodes` block contains: This resource provides the following timeouts configuration options: -* `create` - Default is 60 minute. -* `update` - Default is 120 minute. -* `delete` - Default is 30 minute. +* `create` - Default is 60 minutes. +* `update` - Default is 120 minutes. +* `delete` - Default is 30 minutes. ## Import