Skip to content

Commit 29f5df4

Browse files
authored
Feat/expose tdcpg entry in doc (#1411)
* feat:expose tdcpd entry in doc * feat:expose tdcpd entry in doc * fix
1 parent 2f48838 commit 29f5df4

10 files changed

+68
-16
lines changed

tencentcloud/data_source_tc_tdcpg_clusters.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*
2-
Use this data source to query detailed information of tdcpg clusters
2+
Use this data source to query detailed information of tdcpg clusters.
3+
4+
~> **NOTE:** This data source is still in internal testing. To experience its functions, you need to apply for a whitelist from Tencent Cloud.
35
46
Example Usage
57

tencentcloud/data_source_tc_tdcpg_instances.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*
2-
Use this data source to query detailed information of tdcpg instances
2+
Use this data source to query detailed information of tdcpg instances.
3+
4+
~> **NOTE:** This data source is still in internal testing. To experience its functions, you need to apply for a whitelist from Tencent Cloud.
35
46
Example Usage
57

tencentcloud/provider.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,15 @@ TencentCloud Automation Tools(TAT)
776776
Tencent Cloud Organization (TCO)
777777
Resource
778778
tencentcloud_organization_org_node
779+
780+
TDSQL-C for PostgreSQL(TDCPG)
781+
Data Source
782+
tencentcloud_tdcpg_clusters
783+
tencentcloud_tdcpg_instances
784+
Resource
785+
tencentcloud_tdcpg_cluster
786+
tencentcloud_tdcpg_instance
787+
779788
*/
780789
package tencentcloud
781790

tencentcloud/resource_tc_tdcpg_cluster.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*
2-
Provides a resource to create a tdcpg cluster
2+
Provides a resource to create a tdcpg cluster.
3+
4+
~> **NOTE:** This resource is still in internal testing. To experience its functions, you need to apply for a whitelist from Tencent Cloud.
35
46
Example Usage
57

tencentcloud/resource_tc_tdcpg_instance.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*
2-
Provides a resource to create a tdcpg instance
2+
Provides a resource to create a tdcpg instance.
3+
4+
~> **NOTE:** This resource is still in internal testing. To experience its functions, you need to apply for a whitelist from Tencent Cloud.
35
46
Example Usage
57

website/docs/d/tdcpg_clusters.html.markdown

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
---
2-
subcategory: "tdcpg"
2+
subcategory: "TDSQL-C for PostgreSQL(TDCPG)"
33
layout: "tencentcloud"
44
page_title: "TencentCloud: tencentcloud_tdcpg_clusters"
55
sidebar_current: "docs-tencentcloud-datasource-tdcpg_clusters"
66
description: |-
7-
Use this data source to query detailed information of tdcpg clusters
7+
Use this data source to query detailed information of tdcpg clusters.
88
---
99

1010
# tencentcloud_tdcpg_clusters
1111

12-
Use this data source to query detailed information of tdcpg clusters
12+
Use this data source to query detailed information of tdcpg clusters.
13+
14+
~> **NOTE:** This data source is still in internal testing. To experience its functions, you need to apply for a whitelist from Tencent Cloud.
1315

1416
## Example Usage
1517

website/docs/d/tdcpg_instances.html.markdown

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
---
2-
subcategory: "tdcpg"
2+
subcategory: "TDSQL-C for PostgreSQL(TDCPG)"
33
layout: "tencentcloud"
44
page_title: "TencentCloud: tencentcloud_tdcpg_instances"
55
sidebar_current: "docs-tencentcloud-datasource-tdcpg_instances"
66
description: |-
7-
Use this data source to query detailed information of tdcpg instances
7+
Use this data source to query detailed information of tdcpg instances.
88
---
99

1010
# tencentcloud_tdcpg_instances
1111

12-
Use this data source to query detailed information of tdcpg instances
12+
Use this data source to query detailed information of tdcpg instances.
13+
14+
~> **NOTE:** This data source is still in internal testing. To experience its functions, you need to apply for a whitelist from Tencent Cloud.
1315

1416
## Example Usage
1517

website/docs/r/tdcpg_cluster.html.markdown

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
---
2-
subcategory: "tdcpg"
2+
subcategory: "TDSQL-C for PostgreSQL(TDCPG)"
33
layout: "tencentcloud"
44
page_title: "TencentCloud: tencentcloud_tdcpg_cluster"
55
sidebar_current: "docs-tencentcloud-resource-tdcpg_cluster"
66
description: |-
7-
Provides a resource to create a tdcpg cluster
7+
Provides a resource to create a tdcpg cluster.
88
---
99

1010
# tencentcloud_tdcpg_cluster
1111

12-
Provides a resource to create a tdcpg cluster
12+
Provides a resource to create a tdcpg cluster.
13+
14+
~> **NOTE:** This resource is still in internal testing. To experience its functions, you need to apply for a whitelist from Tencent Cloud.
1315

1416
## Example Usage
1517

website/docs/r/tdcpg_instance.html.markdown

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
---
2-
subcategory: "tdcpg"
2+
subcategory: "TDSQL-C for PostgreSQL(TDCPG)"
33
layout: "tencentcloud"
44
page_title: "TencentCloud: tencentcloud_tdcpg_instance"
55
sidebar_current: "docs-tencentcloud-resource-tdcpg_instance"
66
description: |-
7-
Provides a resource to create a tdcpg instance
7+
Provides a resource to create a tdcpg instance.
88
---
99

1010
# tencentcloud_tdcpg_instance
1111

12-
Provides a resource to create a tdcpg instance
12+
Provides a resource to create a tdcpg instance.
13+
14+
~> **NOTE:** This resource is still in internal testing. To experience its functions, you need to apply for a whitelist from Tencent Cloud.
1315

1416
## Example Usage
1517

website/tencentcloud.erb

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1614,6 +1614,33 @@
16141614
</li>
16151615
</ul>
16161616
</li>
1617+
<li>
1618+
<a href="#">TDSQL-C for PostgreSQL(TDCPG)</a>
1619+
<ul class="nav">
1620+
<li>
1621+
<a href="#">Data Sources</a>
1622+
<ul class="nav nav-auto-expand">
1623+
<li>
1624+
<a href="/docs/providers/tencentcloud/d/tdcpg_clusters.html">tencentcloud_tdcpg_clusters</a>
1625+
</li>
1626+
<li>
1627+
<a href="/docs/providers/tencentcloud/d/tdcpg_instances.html">tencentcloud_tdcpg_instances</a>
1628+
</li>
1629+
</ul>
1630+
</li>
1631+
<li>
1632+
<a href="#">Resources</a>
1633+
<ul class="nav nav-auto-expand">
1634+
<li>
1635+
<a href="/docs/providers/tencentcloud/r/tdcpg_cluster.html">tencentcloud_tdcpg_cluster</a>
1636+
</li>
1637+
<li>
1638+
<a href="/docs/providers/tencentcloud/r/tdcpg_instance.html">tencentcloud_tdcpg_instance</a>
1639+
</li>
1640+
</ul>
1641+
</li>
1642+
</ul>
1643+
</li>
16171644
<li>
16181645
<a href="#">TcaplusDB</a>
16191646
<ul class="nav">

0 commit comments

Comments
 (0)