Skip to content

Commit

Permalink
Update the ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
xinghengl-citrix committed Jan 19, 2024
1 parent a6459eb commit b932f15
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Citrix has developed a custom Terraform provider for automating Citrix product d
- [Start writing Terraform for managing your Citrix DaaS site](#start-writing-terraform-for-managing-your-citrix-daas-site)
- [Create a Zone in Citrix DaaS as the first step](#create-a-zone-in-citrix-daas-as-the-first-step)
- [Frequently Asked Questions](#frequently-asked-questions)
- [What resource is supported for different connection types?](#what-resource-is-supported-for-different-connection-types)
- [What provisioning types are supported for machine catalog?](#what-provisioning-types-are-supported-for-machine-catalog)
- [Attributions](#attributions)
- [License](#license)

Expand Down Expand Up @@ -115,7 +117,25 @@ To find all the Citrix DaaS resources manageable via Terraform, understand all t
Refer the [DaaS Zone documentation](docs/resources/daas_zone.md) to configure a zone via terraform.

## Frequently Asked Questions

#### What resource is supported for different connection types?

| Connection Type | Hypervisor | Resource Pool | Machine Catalog |
|-----------------|------------------|------------------|---------------------|
| AzureRM |:heavy_check_mark:|:heavy_check_mark:| :heavy_check_mark:
| AWS EC2 |:heavy_check_mark:|:heavy_check_mark:| in progress
| GCP |:heavy_check_mark:|:heavy_check_mark:| :heavy_check_mark:


#### What provisioning types are supported for machine catalog?
- MCS provisioning
- Azure
- AWS EC2 (in progress)
- GCP
- Manual Power Managed
- Azure
- GCP
- AWS EC2
- Manual / Remote PC

## Attributions
The code in this repository makes use of the following packages:
Expand Down

0 comments on commit b932f15

Please sign in to comment.