citrix / terraform-provider-citrix

Terraform Provider for Citrix
https://registry.terraform.io/providers/citrix/citrix/latest
Apache License 2.0
45 stars 5 forks source link

[Bug] Error: Provider produced inconsistent result after apply #120

Closed TimBennett13 closed 6 days ago

TimBennett13 commented 6 days ago

Describe the bug

Summary of the issue

On terraform apply a machine catalog is created but an error is thrown. "Error: Provider produced inconsistent result after apply. When applying changes to citrix_machine_catalog.DaaSMachineCatalog, provider "provider[\"registry.terraform.io/citrix/citrix\"]" produced an unexpected new value: .provisioning_scheme: inconsistent values for sensitive attribute. This is a bug in the provider, which should be reported in the provider's own issue tracker."

Versions

Terraform v1.7.5 on windows_amd64

DaaS

Log File

citrix-provider-issue.txt

TimBennett13 commented 6 days ago

Apply and destroy commands seem to work as expected.

AlanCitrix commented 6 days ago

Thanks for reporting the issue and attaching the logs. Looking at the logs it seems you are using Azure image gallery on a shared subscription. There is a bug in v1.0.1 with shared subscription: #117

We'll have a fix in our next release which should be out soon!

AlanCitrix commented 4 days ago

This should be fixed now, please let us know on #117 if there's still a problem.