Skip to content

Commit

Permalink
v1.0.11-hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
yashbhokare-citrix committed Feb 19, 2025
1 parent 7c62420 commit 5df2aa9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/onboarding-helper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This automation script is designed to onboard an existing site to Terraform. It
## Environment Requirements

- PowerShell version `5.0` or higher
- Citrix Provider version `1.0.10`
- Citrix Provider version `1.0.11`
- For On-Premises Customers: CVAD DDC `version 2311` or newer.

## Workflow:
Expand Down
4 changes: 2 additions & 2 deletions scripts/onboarding-helper/terraform-onboarding.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ function Get-ResourceList {
}

# Store icons as files
if ($requestPath -eq "icons") {
if ($requestPath -like "Icons*") {
$iconsFolder = Join-Path -Path $PSScriptRoot -ChildPath "icons"
# Create the icons folder
if (-not (Test-Path -Path $iconsFolder)) {
Expand Down Expand Up @@ -531,7 +531,7 @@ function Get-ExistingCVADResources {
"resourceProviderName" = "application_group"
}
"application_icon" = @{
"resourceApi" = "Icons"
"resourceApi" = "Icons?builtIn=false"
"resourceProviderName" = "application_icon"
}
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/onboarding-helper/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
citrix = {
source = "citrix/citrix"
version = "=1.0.10"
version = "=1.0.11"
}
}

Expand Down

0 comments on commit 5df2aa9

Please sign in to comment.