Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion tencentcloud/data_source_tc_tdcpg_clusters.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*
Use this data source to query detailed information of tdcpg clusters
Use this data source to query detailed information of tdcpg clusters.

~> **NOTE:** This data source is still in internal testing. To experience its functions, you need to apply for a whitelist from Tencent Cloud.

Example Usage

Expand Down
4 changes: 3 additions & 1 deletion tencentcloud/data_source_tc_tdcpg_instances.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*
Use this data source to query detailed information of tdcpg instances
Use this data source to query detailed information of tdcpg instances.

~> **NOTE:** This data source is still in internal testing. To experience its functions, you need to apply for a whitelist from Tencent Cloud.

Example Usage

Expand Down
9 changes: 9 additions & 0 deletions tencentcloud/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,15 @@ TencentCloud Automation Tools(TAT)
Tencent Cloud Organization (TCO)
Resource
tencentcloud_organization_org_node

TDSQL-C for PostgreSQL(TDCPG)
Data Source
tencentcloud_tdcpg_clusters
tencentcloud_tdcpg_instances
Resource
tencentcloud_tdcpg_cluster
tencentcloud_tdcpg_instance

*/
package tencentcloud

Expand Down
4 changes: 3 additions & 1 deletion tencentcloud/resource_tc_tdcpg_cluster.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*
Provides a resource to create a tdcpg cluster
Provides a resource to create a tdcpg cluster.

~> **NOTE:** This resource is still in internal testing. To experience its functions, you need to apply for a whitelist from Tencent Cloud.

Example Usage

Expand Down
4 changes: 3 additions & 1 deletion tencentcloud/resource_tc_tdcpg_instance.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*
Provides a resource to create a tdcpg instance
Provides a resource to create a tdcpg instance.

~> **NOTE:** This resource is still in internal testing. To experience its functions, you need to apply for a whitelist from Tencent Cloud.

Example Usage

Expand Down
8 changes: 5 additions & 3 deletions website/docs/d/tdcpg_clusters.html.markdown
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
---
subcategory: "tdcpg"
subcategory: "TDSQL-C for PostgreSQL(TDCPG)"
layout: "tencentcloud"
page_title: "TencentCloud: tencentcloud_tdcpg_clusters"
sidebar_current: "docs-tencentcloud-datasource-tdcpg_clusters"
description: |-
Use this data source to query detailed information of tdcpg clusters
Use this data source to query detailed information of tdcpg clusters.
---

# tencentcloud_tdcpg_clusters

Use this data source to query detailed information of tdcpg clusters
Use this data source to query detailed information of tdcpg clusters.

~> **NOTE:** This data source is still in internal testing. To experience its functions, you need to apply for a whitelist from Tencent Cloud.

## Example Usage

Expand Down
8 changes: 5 additions & 3 deletions website/docs/d/tdcpg_instances.html.markdown
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
---
subcategory: "tdcpg"
subcategory: "TDSQL-C for PostgreSQL(TDCPG)"
layout: "tencentcloud"
page_title: "TencentCloud: tencentcloud_tdcpg_instances"
sidebar_current: "docs-tencentcloud-datasource-tdcpg_instances"
description: |-
Use this data source to query detailed information of tdcpg instances
Use this data source to query detailed information of tdcpg instances.
---

# tencentcloud_tdcpg_instances

Use this data source to query detailed information of tdcpg instances
Use this data source to query detailed information of tdcpg instances.

~> **NOTE:** This data source is still in internal testing. To experience its functions, you need to apply for a whitelist from Tencent Cloud.

## Example Usage

Expand Down
8 changes: 5 additions & 3 deletions website/docs/r/tdcpg_cluster.html.markdown
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
---
subcategory: "tdcpg"
subcategory: "TDSQL-C for PostgreSQL(TDCPG)"
layout: "tencentcloud"
page_title: "TencentCloud: tencentcloud_tdcpg_cluster"
sidebar_current: "docs-tencentcloud-resource-tdcpg_cluster"
description: |-
Provides a resource to create a tdcpg cluster
Provides a resource to create a tdcpg cluster.
---

# tencentcloud_tdcpg_cluster

Provides a resource to create a tdcpg cluster
Provides a resource to create a tdcpg cluster.

~> **NOTE:** This resource is still in internal testing. To experience its functions, you need to apply for a whitelist from Tencent Cloud.

## Example Usage

Expand Down
8 changes: 5 additions & 3 deletions website/docs/r/tdcpg_instance.html.markdown
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
---
subcategory: "tdcpg"
subcategory: "TDSQL-C for PostgreSQL(TDCPG)"
layout: "tencentcloud"
page_title: "TencentCloud: tencentcloud_tdcpg_instance"
sidebar_current: "docs-tencentcloud-resource-tdcpg_instance"
description: |-
Provides a resource to create a tdcpg instance
Provides a resource to create a tdcpg instance.
---

# tencentcloud_tdcpg_instance

Provides a resource to create a tdcpg instance
Provides a resource to create a tdcpg instance.

~> **NOTE:** This resource is still in internal testing. To experience its functions, you need to apply for a whitelist from Tencent Cloud.

## Example Usage

Expand Down
27 changes: 27 additions & 0 deletions website/tencentcloud.erb
Original file line number Diff line number Diff line change
Expand Up @@ -1614,6 +1614,33 @@
</li>
</ul>
</li>
<li>
<a href="#">TDSQL-C for PostgreSQL(TDCPG)</a>
<ul class="nav">
<li>
<a href="#">Data Sources</a>
<ul class="nav nav-auto-expand">
<li>
<a href="/docs/providers/tencentcloud/d/tdcpg_clusters.html">tencentcloud_tdcpg_clusters</a>
</li>
<li>
<a href="/docs/providers/tencentcloud/d/tdcpg_instances.html">tencentcloud_tdcpg_instances</a>
</li>
</ul>
</li>
<li>
<a href="#">Resources</a>
<ul class="nav nav-auto-expand">
<li>
<a href="/docs/providers/tencentcloud/r/tdcpg_cluster.html">tencentcloud_tdcpg_cluster</a>
</li>
<li>
<a href="/docs/providers/tencentcloud/r/tdcpg_instance.html">tencentcloud_tdcpg_instance</a>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="#">TcaplusDB</a>
<ul class="nav">
Expand Down