-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Describe the bug
Error: Error setting Site Style for the StoreFront WebReceiver
│
│ with module.webreceiver_service.citrix_stf_webreceiver_service.this,
│ on modules\webreceiverservice\main.tf line 15, in resource "citrix_stf_webreceiver_service" "this":
│ 15: resource "citrix_stf_webreceiver_service" "this" {
│
│ Error message: error executing command: Set-STFWebReceiverSiteStyle
│ Error Message:
│ C:\inetpub\wwwroot\Citrix\VDIUATWeb\custom\Citrix_HalfHeaderLogo.png
│ + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
│ + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException
Terraform command (import, apply, etc):
Resource impacted:
Issue reproducible outside of Terraform:
No, works with powershell outside of terraform
Versions
**Terraform: v1.7.3
**citrix/citrix provider: v1.0.30
**Operation system: Windows Server 2019
**Environment type: On prem
Hypervisor type (if applicable):
CVAD (DDC, VDA, etc):
**Storefront:2507
Terraform configuration files
Terraform console output
Terraform log file
set TF_LOG="DEBUG"
set TF_LOG_PATH="./citrix-provider-issue.txt"
terraform <command>$env:TF_LOG="DEBUG"
$env:TF_LOG_PATH="./citrix-provider-issue.txt"
terraform <command>export TF_LOG="DEBUG"
export TF_LOG_PATH="./citrix-provider-issue.txt"
terraform <command>CitrixIssueId: 67979