Skip to content

Commit

Permalink
release-v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aneeshk-citrix committed Apr 23, 2024
1 parent 9f547b4 commit d223ad7
Show file tree
Hide file tree
Showing 43 changed files with 9,748 additions and 395 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Expand Up @@ -3,12 +3,12 @@
page_title: "Citrix Provider"
subcategory: ""
description: |-
Manage and deploy Citrix resources easily using the Citrix Terraform provider. The provider currently supports both Citrix Virtual Apps & Desktops(CVAD) and Citrix Desktop as a Service (DaaS) solutions. You can automate creation of site setup including host connections, machine catalogs and delivery groups etc for both CVAD and Citrix DaaS. You can deploy resources in Azure, AWS and GCP. You can also use Manual provisioning or RemotePC to add workloads. The provider is developed and maintained by Citrix. Please note that this provider is still in tech preview.
Manage and deploy Citrix resources easily using the Citrix Terraform provider. The provider currently supports both Citrix Virtual Apps & Desktops(CVAD) and Citrix Desktop as a Service (DaaS) solutions. You can automate creation of site setup including host connections, machine catalogs and delivery groups etc for both CVAD and Citrix DaaS. You can deploy resources in Citrix supported hypervisors and public clouds. Currently, we support deployments in Nutanix, VMware vSphere, XenServer, Microsoft Azure, AWS EC2 and Google Cloud Compute. Additionally, you can also use Manual provisioning or RemotePC to add workloads. The provider is developed and maintained by Citrix. Please note that this provider is still in Tech Preview.
---

# Citrix Provider

Manage and deploy Citrix resources easily using the Citrix Terraform provider. The provider currently supports both Citrix Virtual Apps & Desktops(CVAD) and Citrix Desktop as a Service (DaaS) solutions. You can automate creation of site setup including host connections, machine catalogs and delivery groups etc for both CVAD and Citrix DaaS. You can deploy resources in Azure, AWS and GCP. You can also use Manual provisioning or RemotePC to add workloads. The provider is developed and maintained by Citrix. Please note that this provider is still in **tech preview**.
Manage and deploy Citrix resources easily using the Citrix Terraform provider. The provider currently supports both Citrix Virtual Apps & Desktops(CVAD) and Citrix Desktop as a Service (DaaS) solutions. You can automate creation of site setup including host connections, machine catalogs and delivery groups etc for both CVAD and Citrix DaaS. You can deploy resources in Citrix supported hypervisors and public clouds. Currently, we support deployments in Nutanix, VMware vSphere, XenServer, Microsoft Azure, AWS EC2 and Google Cloud Compute. Additionally, you can also use Manual provisioning or RemotePC to add workloads. The provider is developed and maintained by Citrix. Please note that this provider is still in **Tech Preview**.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/resources/aws_hypervisor.md
Expand Up @@ -3,12 +3,12 @@
page_title: "citrix_aws_hypervisor Resource - citrix"
subcategory: ""
description: |-
Manages an AWS hypervisor.
Manages an AWS EC2 hypervisor.
---

# citrix_aws_hypervisor (Resource)

Manages an AWS hypervisor.
Manages an AWS EC2 hypervisor.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/resources/aws_hypervisor_resource_pool.md
Expand Up @@ -3,12 +3,12 @@
page_title: "citrix_aws_hypervisor_resource_pool Resource - citrix"
subcategory: ""
description: |-
Manages a hypervisor resource pool.
Manages an AWS EC2 hypervisor resource pool.
---

# citrix_aws_hypervisor_resource_pool (Resource)

Manages a hypervisor resource pool.
Manages an AWS EC2 hypervisor resource pool.

## Example Usage

Expand Down
8 changes: 4 additions & 4 deletions docs/resources/delivery_group.md
Expand Up @@ -225,8 +225,8 @@ Optional:

Optional:

- `allow_list` (List of String) Users who can use this Desktop. Must be in `Domain\UserOrGroupName` format
- `block_list` (List of String) Users who cannot use this Desktop. A block list is meaningful only when used to block users in the allow list. Must be in `Domain\UserOrGroupName` format
- `allow_list` (List of String) Users who can use this Desktop. Must be in `Domain\UserOrGroupName` or `user@domain.com` format
- `block_list` (List of String) Users who cannot use this Desktop. A block list is meaningful only when used to block users in the allow list. Must be in `Domain\UserOrGroupName` or `user@domain.com` format



Expand Down Expand Up @@ -274,8 +274,8 @@ Optional:

Optional:

- `allow_list` (List of String) Users who can use this Delivery Group. Must be in `Domain\UserOrGroupName` format
- `block_list` (List of String) Users who cannot use this Delivery Group. A block list is meaningful only when used to block users in the allow list. Must be in `Domain\UserOrGroupName` format
- `allow_list` (List of String) Users who can use this Delivery Group. Must be in `Domain\UserOrGroupName` or `user@domain.com` format
- `block_list` (List of String) Users who cannot use this Delivery Group. A block list is meaningful only when used to block users in the allow list. Must be in `Domain\UserOrGroupName` or `user@domain.com` format

## Import

Expand Down
4 changes: 2 additions & 2 deletions docs/resources/gcp_hypervisor_resource_pool.md
Expand Up @@ -3,12 +3,12 @@
page_title: "citrix_gcp_hypervisor_resource_pool Resource - citrix"
subcategory: ""
description: |-
Manages a hypervisor resource pool.
Manages a GCP hypervisor resource pool.
---

# citrix_gcp_hypervisor_resource_pool (Resource)

Manages a hypervisor resource pool.
Manages a GCP hypervisor resource pool.

## Example Usage

Expand Down

0 comments on commit d223ad7

Please sign in to comment.