citrix / terraform-provider-citrix

Terraform provider for Citrix
Apache License 2.0
41 stars 5 forks source link

Citrix Daas Machine Catalog Allocation type "Static" is not working with MultiSession VMs. #44

Closed venugopal-chinnasamy closed 3 months ago

venugopal-chinnasamy commented 3 months ago

Hello,

I got an error below when i created MC with allocation type "Static" with MultiSession VMs.

"provider[\"registry.terraform.io/citrix/citrix\"]" produced an unexpected new value: .allocation_type: was │ cty.StringVal("Static"), but now cty.StringVal("Random"). │ │ This is a bug in the provider, which should be reported in the provider's own issue tracker.

zhuolun-citrix commented 3 months ago

Hi @venugopal-chinnasamy ,

Thank you for raising this issue. Static allocation type is not supported when using MultiSession session support. We will take this as a bug and enforce validation on the schema.

Thank you.