microsoft / terraform-provider-power-platform

Power Platform Terraform Provider
https://registry.terraform.io/providers/microsoft/power-platform/latest/docs
MIT License
35 stars 13 forks source link

powerplatform_solution issues when upgrading solution #363

Closed mawasile closed 4 months ago

mawasile commented 4 months ago

Describe the bug

when installing a newer version of a solution the provider will error with "produced unexpected value for solution_version" attribute

To Reproduce

  1. install solution version 1
  2. install solution version 2

Expected behavior

the resource should not produce unexpected values changes for computed attributes such as solution_version, display_name and is_managed. If a solution upgrade is being applied, those attributes should report "known after apply" state when using terraform plan

System Information

Additional context

Add any other context about the problem here.

Contribution

Contribution

Do you plan to raise a PR to address this issue? YES