microsoft / terraform-provider-power-platform

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

fix solution update issues #364

Closed mawasile closed 4 months ago

mawasile commented 4 months ago

This pull request involves several changes to the internal/powerplatform directory, primarily focusing on the addition of two new files: set_bool_value_unknown_if_checksum_change_modifier.go and set_string_value_unknown_if_checksum_change_modifier.go. These files introduce new functions to modify boolean and string values to unknown if checksums change. Additionally, there are modifications to the resource_solution.go file to use these new functions and to make other minor changes.

Here are the most important changes:

Additions:

Modifications: