when installing a newer version of a solution the provider will error with "produced unexpected value for solution_version" attribute
To Reproduce
install solution version 1
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
Provider Version: [e.g. 0.2.2]
OS & Version: [e.g. Windows, Linux, MacOS]
Additional context
Add any other context about the problem here.
Contribution
Contribution
Do you plan to raise a PR to address this issue? YES
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
Expected behavior
the resource should not produce unexpected values changes for computed attributes such as
solution_version
,display_name
andis_managed
. If a solution upgrade is being applied, those attributes should report "known after apply" state when usingterraform 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