citrix / terraform-provider-citrix

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

minimum_functional_level = "LMAX" error #64

Closed SLemonier closed 1 month ago

SLemonier commented 2 months ago

Hello,

When we try to enforce minimum functional level using the following statement: minimum_functional_level = "LMAX"

We get the following output: citrix_machine_catalog.AAA-TF2: Modifying... [id=a335b7a9-b6dc-427c-be72-aca84601164d] │ Error: Provider produced inconsistent result after apply │ │ When applying changes to citrix_machine_catalog.AAA-TF2, provider "provider[\"registry.terraform.io/citrix/citrix\"]" produced an unexpected new value: │ .minimum_functional_level: was cty.StringVal("LMAX"), but now cty.StringVal("L7_34"). │ │ This is a bug in the provider, which should be reported in the provider's own issue tracker.

SLemonier commented 2 months ago

That being said, the functional level is updated to L7_34 successfully.

aneeshk-citrix commented 2 months ago

Hi @SLemonier,

Thank you for reporting this issue. We will work on a fix.

Aneesh