Skip to content

Commit 33d0c8b

Browse files
author
Andy.McCullough
committed
Updated host_pool docs to add guidance on usage of new resource
1 parent ebe31dc commit 33d0c8b

2 files changed

+5
-1
lines changed

website/docs/r/virtual_desktop_host_pool.html.markdown

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ description: |-
1010

1111
Manages a Virtual Desktop Host Pool.
1212

13+
~> **NOTE on Host Pools and Registration Info:** Terraform currently provides both a standalone [Virtual Desktop Host Pool Registration Info resource](virtual_desktop_host_pool_registration_info.html), and allows for a Registration_Info block to be defined in-line within the [Virtual Desktop Host Pool resource](virtual_desktop_host_pool.html).
14+
At this time you cannot use a Host Pool with an in-line `registration_info` in conjunction with a Virtual Desktop Host Pool Registration Info resource. Doing so will cause a conflict of Host Pool configurations and will overwrite in-line registration info settings.
15+
Use of the [Virtual Desktop Host Pool Registration Info resource](virtual_desktop_host_pool_registration_info.html) is recommended, as the token value will become inconsistent when using the in-line `registration_info` block in the [Virtual Desktop Host Pool resource](virtual_desktop_host_pool.html).
16+
1317
## Example Usage
1418

1519
```hcl

website/docs/r/virtual_desktop_host_pool_registration_info.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Manages a Virtual Desktop Host Pool Registration Info.
1212

1313
~> **NOTE on Host Pools and Registration Info:** Terraform currently provides both a standalone [Virtual Desktop Host Pool Registration Info resource](virtual_desktop_host_pool_registration_info.html), and allows for a Registration_Info block to be defined in-line within the [Virtual Desktop Host Pool resource](virtual_desktop_host_pool.html).
1414
At this time you cannot use a Host Pool with an in-line `registration_info` in conjunction with a Virtual Desktop Host Pool Registration Info resource. Doing so will cause a conflict of Host Pool configurations and will overwrite in-line registration info settings.
15-
Use of the [Virtual Desktop Host Pool Registration Info resource](virtual_desktop_host_pool_registration_info.html) is recommended as the token value will be inconsistent when using the in-line `registration_info` block in the [Virtual Desktop Host Pool resource](virtual_desktop_host_pool.html).
15+
Use of the [Virtual Desktop Host Pool Registration Info resource](virtual_desktop_host_pool_registration_info.html) is recommended as the token value will become inconsistent when using the in-line `registration_info` block in the [Virtual Desktop Host Pool resource](virtual_desktop_host_pool.html).
1616

1717
## Example Usage
1818

0 commit comments

Comments
 (0)