Skip to content

Commit 713abd6

Browse files
committed
iacg generates tencentcloud_kubernetes_cluster_native_node_pools datasource code
1 parent b585bd1 commit 713abd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ func Provider() *schema.Provider {
987987
"tencentcloud_clickhouse_instance_shards": cdwch.DataSourceTencentCloudClickhouseInstanceShards(),
988988
"tencentcloud_clickhouse_instance_nodes": cdwch.DataSourceTencentCloudClickhouseInstanceNodes(),
989989
"tencentcloud_organization_org_share_area": tco.DataSourceTencentCloudOrganizationOrgShareArea(),
990-
},
990+
"tencentcloud_kubernetes_cluster_native_node_pools": tke.DataSourceTencentCloudKubernetesClusterNativeNodePools()},
991991

992992
ResourcesMap: map[string]*schema.Resource{
993993
"tencentcloud_project": project.ResourceTencentCloudProject(),

0 commit comments

Comments
 (0)