Skip to content

Commit

Permalink
Remove extra backticks from node_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cnunciato authored Sep 4, 2024
1 parent 7e6b059 commit eb0c7c4
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 <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.
```

0 comments on commit eb0c7c4

Please sign in to comment.