From ff49dea34f9bf8351eca144b893c6e1883ad9d3e Mon Sep 17 00:00:00 2001 From: Matt Trachier Date: Fri, 8 Nov 2024 13:24:52 -0600 Subject: [PATCH] default dynamic to false (#1427) (#1441) Co-authored-by: Kinara Shah --- 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": {