-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15cf51e
commit 754013e
Showing
170 changed files
with
11,314 additions
and
1,468 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
--- | ||
name: Bug report | ||
about: Report any issues using the Citrix Terraform Provider | ||
title: "[Bug]" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
*Thanks for taking the time to fill out this bug report! Before submitting this issue please check the [open bugs](https://github.com/citrix/terraform-provider-citrix/issues?q=is%3Aissue+is%3Aopen+label%3Abug) to ensure the bug has not already been reported. If it has been reported give it a 👍* | ||
|
||
*If this bug is present when using the Citrix service UI or REST APIs then it is not a bug in the provider but rather a bug in the underlying service or the environment. In some cases there can be an enhancement in the provider to handle the error better. Please open a feature request instead of a bug in this case. For more information see [CONTRIBUTING.md#provider-issue-vs-product-issue-vs-configuration-issue](https://github.com/citrix/terraform-provider-citrix/blob/main/CONTRIBUTING.md#provider-issue-vs-product-issue-vs-configuration-issue).* | ||
|
||
|
||
## Describe the bug | ||
|
||
*Summary of the issue* | ||
|
||
**Terraform command (import, apply, etc):** | ||
**Resource impacted:** | ||
|
||
|
||
## Versions | ||
|
||
*Use the `terraform -v` command to find the Terraform and Citrix Provider versions.* | ||
**Terraform:** | ||
**citrix/citrix provider:** | ||
**Operation system:** | ||
|
||
*For on-premises customers fill out any that apply with the CU or LTSR version (eg 2402).* | ||
**CVAD (DDC, VDA, etc):** | ||
**Storefront:** | ||
|
||
## Terraform configuration files | ||
*Paste or attach any relevant `.tf` files with secrets and identifying information removed.* | ||
|
||
|
||
## Terraform console output | ||
*Paste the output from Terraform CLI including any errors and the transactionIds if present.* | ||
|
||
*If the output references a file in the temp directory include it as well.* | ||
|
||
|
||
## Terraform log file | ||
*If the issue is reproducible enable Terraform debug logging using one of the commands below. Then reproduce the issue and include the resulting log file. More information about Terraform logging is available [here](https://developer.hashicorp.com/terraform/plugin/log/managing#enable-logging).* | ||
|
||
*cmd:* | ||
```bat | ||
set TF_LOG="DEBUG" | ||
set TF_LOG_PATH="./citrix-provider-issue.txt" | ||
terraform <command> | ||
``` | ||
|
||
*Powershell:* | ||
```powershell | ||
$env:TF_LOG="DEBUG" | ||
$env:TF_LOG_PATH="./citrix-provider-issue.txt" | ||
terraform <command> | ||
``` | ||
|
||
*bash:* | ||
```bash | ||
export TF_LOG="DEBUG" | ||
export TF_LOG_PATH="./citrix-provider-issue.txt" | ||
terraform <command> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for the Citrix Terraform Provider | ||
title: "[Feature]" | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
*Thanks for taking the time to fill out this feature request! Before submitting this issue please check the [open feature requests](https://github.com/citrix/terraform-provider-citrix/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement) to ensure the feature has not already been reported. If it has been reported give it a 👍* | ||
|
||
## Describe the feature request | ||
*Fill out the following questions and add any additional information.* | ||
**Summary:** | ||
|
||
**Is this an enhancement to an existing resource or data source, if so which one?** | ||
|
||
**If this is a new resource or data source describe what it should do.** | ||
|
||
**Link to any docs that cover this feature:** | ||
https://docs.citrix.com/ | ||
|
||
**Link to any APIs that cover this feature:** | ||
https://developer-docs.citrix.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "citrix_delivery_group Data Source - citrix" | ||
subcategory: "" | ||
description: |- | ||
Read data of an existing delivery group. | ||
--- | ||
|
||
# citrix_delivery_group (Data Source) | ||
|
||
Read data of an existing delivery group. | ||
|
||
## Example Usage | ||
|
||
```terraform | ||
data "citrix_delivery_group" "example_delivery_group" { | ||
name = "exampleDeliveryGroupName" | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) Name of the delivery group. | ||
|
||
### Read-Only | ||
|
||
- `id` (String) GUID identifier of the delivery group. | ||
- `vdas` (Attributes List) The VDAs associated with the delivery group. (see [below for nested schema](#nestedatt--vdas)) | ||
|
||
<a id="nestedatt--vdas"></a> | ||
### Nested Schema for `vdas` | ||
|
||
Read-Only: | ||
|
||
- `associated_delivery_group` (String) Delivery group which the VDA is associated with. | ||
- `associated_machine_catalog` (String) Machine catalog which the VDA is associated with. | ||
- `hosted_machine_id` (String) Machine ID within the hypervisor hosting unit. | ||
- `machine_name` (String) Machine name of the VDA. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "citrix_hypervisor Data Source - citrix" | ||
subcategory: "" | ||
description: |- | ||
Read data of an existing hypervisor. | ||
--- | ||
|
||
# citrix_hypervisor (Data Source) | ||
|
||
Read data of an existing hypervisor. | ||
|
||
## Example Usage | ||
|
||
```terraform | ||
# Get Hypervisor resource of any connection type by name | ||
data "citrix_hypervisor" "azure-hypervisor" { | ||
name = "azure-hyperv" | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) Name of the hypervisor. | ||
|
||
### Read-Only | ||
|
||
- `id` (String) GUID identifier of the hypervisor. | ||
|
||
|
Oops, something went wrong.