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
When trying to create a citrix_machine_catalog resource using attribute vda_upgrade_type = "LTSR" i get the following error
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to module.citrix_cloud_daas.citrix_machine_catalog.testing, provider "module.citrix_cloud_daas.provider[\"registry.terraform.io/citrix/citrix\"]" produced an unexpected new value:
│ .vda_upgrade_type: was cty.StringVal("LTSR"), but now null.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
Use the terraform -v command to find the Terraform and Citrix Provider versions. Terraform: v1.5.0 citrix/citrix provider: 1.0.4 Operation system: WSL 2
Terraform console output
Acquiring state lock. This may take a few moments...
module.citrix_cloud_daas.citrix_machine_catalog.testing: Creating...
module.citrix_cloud_daas.citrix_machine_catalog.testing: Still creating... [10s elapsed]
module.citrix_cloud_daas.citrix_machine_catalog.testing: Still creating... [18s elapsed]
module.citrix_cloud_daas.citrix_machine_catalog.testing: Still creating... [28s elapsed]
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to module.citrix_cloud_daas.citrix_machine_catalog.testing, provider "module.citrix_cloud_daas.provider[\"registry.terraform.io/citrix/citrix\"]" produced an unexpected new value:
│ .vda_upgrade_type: was cty.StringVal("LTSR"), but now null.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
Releasing state lock. This may take a few moments...
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to create a
citrix_machine_catalog
resource using attributevda_upgrade_type = "LTSR"
i get the following errorTerraform command (import, apply, etc):
Resource impacted:
Versions
Use the
terraform -v
command to find the Terraform and Citrix Provider versions.Terraform: v1.5.0
citrix/citrix provider: 1.0.4
Operation system: WSL 2
Terraform console output
The text was updated successfully, but these errors were encountered: