Skip to content

Commit

Permalink
fix(docs): change the resource ID of the datasource.
Browse files Browse the repository at this point in the history
  • Loading branch information
liwanting0517 committed Jan 26, 2024
1 parent f1d48f1 commit 2a65900
Show file tree
Hide file tree
Showing 34 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ There are no arguments available for this data source.

In addition to all arguments above, the following attributes are exported:

* `id` - The account ID.
* `id` - The data source ID of the account.

* `name` - The account name.
2 changes: 1 addition & 1 deletion docs/data-sources/apig_environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `id` - Data source ID.
* `id` - The data source ID.

* `environments` - List of APIG environment details. The structure is documented below.

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/apig_groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `id` - Data source ID.
* `id` - The data source ID.

* `groups` - All groups that match the filter parameters.
The [groups](#APIG_Groups) structure is documented below.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/as_configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `id` - The ID of the list.
* `id` - The data source ID of the list.

* `configurations` - A list of AS configurations.
The [configurations](#instance_configurations) object structure is documented below.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/as_groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `id` - The ID of the list.
* `id` - The data source ID of the list.

* `groups` - A list of AS groups. The [groups](#as_groups) object structure is documented below.

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/blockstorage_volume_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ The following arguments are supported:

The following attributes are exported:

* `id` - The ID of the volume.
* `id` - The data source ID of the volume.
2 changes: 1 addition & 1 deletion docs/data-sources/cbr_backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ In addition to all arguments above, the following attributes are exported:
<a name="cbr_backup_replication_records"></a>
The `replication_records` block supports:

* `id` - The replication record ID.
* `id` - The data source ID of the replication record.

* `destination_backup_id` - The ID of the destination backup used for replication.

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cce_addon_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `id` - The resource id of the addon template.
* `id` - The data source id of the addon template.

* `description` - The description of the add-on.

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cce_cluster_v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The following arguments are supported:

All above argument parameters can be exported as attribute parameters along with attribute reference:

* `id` - The ID of the cluster.
* `id` - The data source ID of the cluster.

* `name` - The name of the cluster in string format.

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cce_clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `id` - Indicates a data source ID.
* `id` - The data source ID.

* `ids` - Indicates a list of IDs of all CCE clusters found.

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cce_nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `id` - Indicates a data source ID.
* `id` - The data source ID.

* `ids` - Indicates a list of IDs of all CCE nodes found.

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/compute_bms_flavors_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The arguments of this data source act as filters for querying the BMSs details.

All of the argument attributes are also exported as result attributes.

* `id` - The BMS flavor id.
* `id` - The data source ID of the BMS flavor.

* `ram` - The memory size (in MB) of the BMS flavor.

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/compute_instances.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `id` - Data source ID.
* `id` - The data source ID.

* `instances` - List of ECS instance details. The [instances](#ecs_attr_instances) object structure is documented below.

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/dcs_instances.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `id` - The resource ID.
* `id` - The data source ID.

* `instances` - Indicates the list of DCS instances.
The [Instance](#DcsInstance_Instance) structure is documented below.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/dcs_templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `id` - The resource ID.
* `id` - The data source ID.

* `templates` - Indicates the list of DCS templates.
The [templates](#Templates_Template) structure is documented below.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/ddm_accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `id` - The resource ID.
* `id` - The data source ID.

* `accounts` - Indicates the list of DDM account.
The [Account](#DdmAccounts_Account) structure is documented below.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/ddm_engines.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `id` - The resource ID.
* `id` - The data source ID.

* `engines` - Indicates the list of DDM engine.
The [Engine](#DdmEngines_Engine) structure is documented below.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/ddm_flavors.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `id` - The resource ID.
* `id` - The data source ID.

* `flavors` - Indicates the list of DDM compute flavors.
The [Flavor](#DdmFlavors_Flavor) structure is documented below.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/ddm_instance_nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `id` - The resource ID.
* `id` - The data source ID.

* `nodes` - Indicates the list of DDM instance node.
The [Node](#DdmInstanceNodes_Node) structure is documented below.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/ddm_instances.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `id` - The resource ID.
* `id` - The data source ID.

* `instances` - Indicates the list of DDM instance.
The [Instance](#DdmInstances_Instance) structure is documented below.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/ddm_schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `id` - The resource ID.
* `id` - The data source ID.

* `schemas` - Indicates the list of DDM schema.
The [Schema](#DdmSchemas_Schema) structure is documented below.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/dds_instances.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `id` - The resource ID.
* `id` - The data source ID.

* `instances` - Indicates the list of DDS instances.
The [instances](#dds_instances) object structure is documented below.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/dms_rocketmq_broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `id` - The resource ID.
* `id` - The data source ID.

* `brokers` - Indicates the list of the brokers.
2 changes: 1 addition & 1 deletion docs/data-sources/dms_rocketmq_instances.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `id` - The resource ID.
* `id` - The data source ID.

* `instances` - Indicates the list of DMS RocketMQ instances.
The [instances](#DmsRocketMQInstances_Instance) object structure is documented below.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/fgs_dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ data "flexibleengine_fgs_dependencies" "test" {

In addition to all arguments above, the following attributes are exported:

* `id` - A data source ID.
* `id` - The data source ID.

* `packages` - All dependent packages that match.

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/gaussdb_nosql_flavors.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ data "flexibleengine_gaussdb_nosql_flavors" "flavors" {

In addition to all arguments above, the following attributes are exported:

* `id` - Data source ID.
* `id` - The data source ID.

* `flavors` - The information of the GaussDB specifications. Structure is documented below.

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/images_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ data "flexibleengine_images_image" "bms_image" {

In addition to all arguments above, the following attributes are exported:

* `id` - Specifies a resource ID in UUID format.
* `id` - Specifies a data source ID in UUID format.

* `checksum` - The checksum of the data associated with the image.

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/lb_listeners_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `id` - The resource ID.
* `id` - The data source ID.

* `listeners` - Listener list.
The [listeners](#listeners_listeners) structure is documented below.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/obs_buckets.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `id` - The ID of the list.
* `id` - The data source ID of the OBS bucket list.

* `buckets` - A list of OBS buckets. The [buckets](#obs_buckets) object structure is documented below.

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/rds_backups.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `id` - The resource ID.
* `id` - The data source ID.

* `backups` - Backup list. For details, see Data structure of the Backup field.
The [backups](#rds_backups) structure is documented below.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/rds_sqlserver_collations.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `id` - The resource ID.
* `id` - The data source ID.

* `char_sets` - Indicates the character set information list.
2 changes: 1 addition & 1 deletion docs/data-sources/rds_storage_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `id` - The resource ID.
* `id` - The data source ID.

* `storage_types` - Indicates the DB instance specifications information list. For details, see Data structure of
the storage_type field. The [storage_types](#Storagetype_storageType) structure is documented below.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/vpc_subnet_v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ subnet whose data will be exported as attributes.
* `region` - (Optional, String) The region in which to obtain the V1 VPC client. A VPC client is needed to retrieve VPCs.
If omitted, the region argument of the provider is used.

* `id` - (Optional, String) - Specifies the ID in UUID format.
* `id` - (Optional, String) - Specifies the data source ID in UUID format.

* `name` (Optional, String) - The name of the specific subnet to retrieve.

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/vpc_v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The given filters must match exactly one VPC whose data will be exported as attr

The following attributes are exported:

* `id` - ID of the VPC.
* `id` - The data source ID of the VPC.

* `name` - See Argument Reference above.

Expand Down

0 comments on commit 2a65900

Please sign in to comment.