Open
Description
terraform-plugin-testing version
github.com/hashicorp/terraform-plugin-testing v1.7.0
Expected Behavior
Set fields should pass ImportStateVerify
regardless of the order of elements as they do in terraform-plugin-sdk.
Actual Behavior
ImportStateVerify
fails with a different ordering of the same elements in a set field.
Steps to Reproduce
Run any of the tests from this list in the google provider after migrating to terraform-plugin-sdk.
References
This issue was previously closed as being caused by an upstream library, but it was never explained what the upstream issue was or why the tests pass in terraform-plugin-sdk but not in terraform-plugin-testing