Skip to content

Commit 57108c6

Browse files
committed
fix description
1 parent b0d4133 commit 57108c6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tencentcloud/data_source_tc_kubernetes_clusters.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ func tkeClusterInfo() map[string]*schema.Schema {
187187
"kube_config": {
188188
Type: schema.TypeString,
189189
Computed: true,
190-
Description: "kubernetes_config.",
190+
Description: "kubernetes config.",
191191
},
192192
}
193193

tencentcloud/resource_tc_kubernetes_cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ func resourceTencentCloudTkeCluster() *schema.Resource {
842842
"kube_config": {
843843
Type: schema.TypeString,
844844
Computed: true,
845-
Description: "kubernetes_config.",
845+
Description: "kubernetes config.",
846846
},
847847
}
848848

website/docs/d/kubernetes_clusters.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ In addition to all arguments above, the following attributes are exported:
6161
* `eni_subnet_ids` - Subnet Ids for cluster with VPC-CNI network mode.
6262
* `ignore_cluster_cidr_conflict` - Indicates whether to ignore the cluster cidr conflict error.
6363
* `is_non_static_ip_mode` - Indicates whether static ip mode is enabled.
64-
* `kube_config` - kubernetes_config.
64+
* `kube_config` - kubernetes config.
6565
* `kube_proxy_mode` - Cluster kube-proxy mode.
6666
* `network_type` - Cluster network type.
6767
* `node_name_type` - Node name type of Cluster.

website/docs/r/kubernetes_cluster.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ In addition to all arguments above, the following attributes are exported:
310310
* `cluster_external_endpoint` - External network address to access.
311311
* `cluster_node_num` - Number of nodes in the cluster.
312312
* `domain` - Domain name for access.
313-
* `kube_config` - kubernetes_config.
313+
* `kube_config` - kubernetes config.
314314
* `password` - Password of account.
315315
* `pgw_endpoint` - The Intranet address used for access.
316316
* `security_policy` - Access policy.

0 commit comments

Comments
 (0)