Skip to content

Commit

Permalink
Remove extra backticks from node_template.md (#1394)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Trachier <matt.trachier@suse.com>
  • Loading branch information
cnunciato and matttrach authored Sep 5, 2024
1 parent 4d338b6 commit 621f7dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/resources/node_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,4 +487,3 @@ $ terraform import rancher2_node_template.foo &lt;node_template_id&gt;
**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.
```

0 comments on commit 621f7dd

Please sign in to comment.