You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For citrix_machine_catalog resource, setting storage_cost_saving to true when storage_type or wbc_disk_storage_type is set to Standard_LRS results in an error.
Adding a validator can help in early detection of this error.
ErrorMessage : Error: StorageTypeAtShutdown and the storage type custom properties cannot be identical. The following custom properties have a storage type that matches StorageTypeAtShutdown: 'StorageType, WBCDiskStorageType'.
Workaround
When using Standard_LRS as storage_type or wbc_disk_storage_type, the attribute storage_cost_saving can only be set to false
CitrixIssueId: 61017
The text was updated successfully, but these errors were encountered:
Describe the bug
For
citrix_machine_catalog
resource, settingstorage_cost_saving
totrue
whenstorage_type
orwbc_disk_storage_type
is set toStandard_LRS
results in an error.Adding a validator can help in early detection of this error.
Terraform command (import, apply, etc): apply
Resource impacted:
citrix_machine_catalog
Versions
citrix/citrix provider:
v1.0.11
Terraform console output
ErrorMessage : Error: StorageTypeAtShutdown and the storage type custom properties cannot be identical. The following custom properties have a storage type that matches StorageTypeAtShutdown: 'StorageType, WBCDiskStorageType'.
Workaround
When using
Standard_LRS
asstorage_type
orwbc_disk_storage_type
, the attributestorage_cost_saving
can only be set tofalse
CitrixIssueId: 61017
The text was updated successfully, but these errors were encountered: