Skip to content

Commit

Permalink
Minor Update and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy.McCullough committed Nov 10, 2021
1 parent 96a1ded commit f59d172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func resourceVirtualDesktopHostPool() *pluginsdk.Resource {
},
},
},
//Added new
// Added new to enable current token value to be stored in state using CustomizeDiff
"registration_token": {
Type: pluginsdk.TypeString,
Sensitive: true,
Expand Down
1 change: 1 addition & 0 deletions website/docs/r/virtual_desktop_host_pool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ The `registration_info` block supports:
In addition to the Arguments listed above - the following Attributes are exported:

* `id` - The ID of the Virtual Desktop Host Pool.
* `registration_token` - The registration token generated by the Virtual Desktop Host Pool. Requires the presence of a `registration_info` block.

---

Expand Down

0 comments on commit f59d172

Please sign in to comment.