Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions website/docs/r/workload.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,5 @@ New Relic workloads can be imported using a concatenated string of the format
```bash
$ terraform import newrelic_workload.foo 12345678:1456:MjUyMDUyOHxBUE18QVBRTElDQVRJT058MjE1MDM3Nzk1
```

~> **NOTE:** The value of `<workload_id>` can be derived from the base64 decoded value of `<guid>` - e.g. `echo <guid> | base64 -d | cut -f 4 -d '|'`