diff --git a/rancher2/schema_cluster_v2_rke_config_files.go b/rancher2/schema_cluster_v2_rke_config_files.go index 18a4ea66..2195ed2d 100644 --- a/rancher2/schema_cluster_v2_rke_config_files.go +++ b/rancher2/schema_cluster_v2_rke_config_files.go @@ -21,7 +21,6 @@ func clusterV2RKEConfigKeyToPathFields() map[string]*schema.Schema { "dynamic": { Type: schema.TypeBool, Optional: true, - Default: true, Description: "If ture, the file is ignored when determining whether the node should be drained before updating the node plan (default: true).", }, "permissions": {