From a0213578dccd81da17197b5e34d4b843e50360f2 Mon Sep 17 00:00:00 2001 From: Kinara Shah Date: Fri, 8 Nov 2024 09:49:46 -0800 Subject: [PATCH] default dynamic to false (#1427) Co-authored-by: Matt Trachier --- 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": {