From c1ae386138f071594febcd0f9c26f2ea20e07320 Mon Sep 17 00:00:00 2001 From: Kinara Shah Date: Fri, 8 Nov 2024 09:24:52 -0800 Subject: [PATCH] default dynamic to false --- rancher2/schema_cluster_v2_rke_config_files.go | 1 - 1 file changed, 1 deletion(-) 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": {