Skip to content

Commit c34706f

Browse files
author
ivan
committed
修改tke资源is_non_static_ip_mode描述不当的错误, static -> non-static
1 parent 8a14a18 commit c34706f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/data_source_tc_kubernetes_clusters.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ func tkeClusterInfo() map[string]*schema.Schema {
137137
"is_non_static_ip_mode": {
138138
Type: schema.TypeBool,
139139
Computed: true,
140-
Description: "Indicates whether static ip mode is enabled.",
140+
Description: "Indicates whether non-static ip mode is enabled.",
141141
},
142142
"kube_proxy_mode": {
143143
Type: schema.TypeString,

tencentcloud/resource_tc_kubernetes_cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ func resourceTencentCloudTkeCluster() *schema.Resource {
750750
ForceNew: true,
751751
Optional: true,
752752
Default: false,
753-
Description: "Indicates whether static ip mode is enabled. Default is false.",
753+
Description: "Indicates whether non-static ip mode is enabled. Default is false.",
754754
},
755755
"deletion_protection": {
756756
Type: schema.TypeBool,

0 commit comments

Comments
 (0)