Skip to content

Commit

Permalink
docs(gaussdb): update the docs of gaussdb (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason-Zhang9309 authored Sep 4, 2023
1 parent c62c2b9 commit 6d36399
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/data-sources/gaussdb_nosql_flavors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```

Expand All @@ -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:

Expand Down
10 changes: 5 additions & 5 deletions docs/resources/gaussdb_cassandra_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down
10 changes: 5 additions & 5 deletions docs/resources/gaussdb_influx_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down

0 comments on commit 6d36399

Please sign in to comment.