From eb0c7c4d05f705f4e216d3fb9167fc8569e769eb Mon Sep 17 00:00:00 2001 From: Christian Nunciato Date: Wed, 4 Sep 2024 11:13:15 -0700 Subject: [PATCH] Remove extra backticks from node_template.md Noticed these at the [end of the doc](https://registry.terraform.io/providers/rancher/rancher2/4.2.0/docs/resources/node_template#upgrading-to-rancher-v233) and figured I'd fix 'em up. --- docs/resources/node_template.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/resources/node_template.md b/docs/resources/node_template.md index 8e029e5a..aba30102 100644 --- a/docs/resources/node_template.md +++ b/docs/resources/node_template.md @@ -487,4 +487,3 @@ $ terraform import rancher2_node_template.foo <node_template_id> **Important** This process could update `rancher2_node_template` data on tfstate file. Be sure to save a copy of tfstate file before proceed Due to [this feature](https://github.com/rancher/rancher/pull/23718) included on Rancher v2.3.3, `rancher2_node_template` are now global scoped objects with RBAC around them, instead of user scoped objects as they were. This means that existing node templates `id` field is changing on upgrade. Provider implements `fixNodeTemplateID()` that will update tfstate with proper id. -```