getting ImportStateVerify attributes not equivalent.
when bumping to v1.6.0
#393
Labels
bug
Something isn't working
terraform-plugin-testing version
Relevant provider source code
Could be due to this PR
Terraform Configuration Files
Relevant Test: https://github.com/hashicorp/terraform-provider-google/blob/efe355c1a6d781fee6d43624701217ae3a666e23/google/services/bigquery/resource_bigquery_dataset_test.go#L263-L313
Many are found here when attempting to bump from
v1.5.0 -> v1.11.0
which is what led to some investigation into thisExpected Behavior
Tests should just pass as usual. They currently do but the moment we bump to
v1.6.0
we run intoImportStateVerify
issuesActual Behavior
We run into
ImportStateVerify
errors that we didn't have previously. Here is just one example out of many:Steps to Reproduce
To get past this we are setting these teststeps with
ImportStateVerifyIgnore
though this should be temporary.References
The text was updated successfully, but these errors were encountered: