Skip to content

Commit a84e65e

Browse files
committed
feat(tke): cdc id
1 parent bbb5ab6 commit a84e65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/services/tke/resource_tc_kubernetes_cluster_extension.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ func resourceTencentCloudKubernetesClusterCreatePostFillRequest0(ctx context.Con
267267
}
268268

269269
if preStartUserScript, ok := d.GetOk("pre_start_user_script"); ok {
270-
iAdvanced.DockerGraphPath = preStartUserScript.(string)
270+
iAdvanced.PreStartUserScript = preStartUserScript.(string)
271271
}
272272

273273
// ExistedInstancesForNode

0 commit comments

Comments
 (0)