Skip to content

Commit f59d172

Browse files
author
Andy.McCullough
committed
Minor Update and docs
1 parent 96a1ded commit f59d172

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

internal/services/desktopvirtualization/virtual_desktop_host_pool_resource.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func resourceVirtualDesktopHostPool() *pluginsdk.Resource {
163163
},
164164
},
165165
},
166-
//Added new
166+
// Added new to enable current token value to be stored in state using CustomizeDiff
167167
"registration_token": {
168168
Type: pluginsdk.TypeString,
169169
Sensitive: true,

website/docs/r/virtual_desktop_host_pool.html.markdown

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ The `registration_info` block supports:
9191
In addition to the Arguments listed above - the following Attributes are exported:
9292

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

9596
---
9697

0 commit comments

Comments
 (0)