We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
plancheck.ExpectUnknownValue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
github.com/hashicorp/terraform-plugin-testing v1.11.0
plancheck.ExpectUnknownValue(resourceName, tfjsonpath.New(names.AttrRule).AtSliceIndex(0).AtMapKey("prefix"))
The test failure message should indicate something like
Expected unknown value for 'rule[0].prefix', but had known value "prefix".
The test failure message is
path not found: specified key prefix not found in map at rule.0.prefix
The text was updated successfully, but these errors were encountered:
Agreed! Will look into this before our next release 👍🏻
Sorry, something went wrong.
austinvalle
Successfully merging a pull request may close this issue.
terraform-plugin-testing version
Relevant provider source code
Expected Behavior
The test failure message should indicate something like
Actual Behavior
The test failure message is
Steps to Reproduce
plancheck.ExpectUnknownValue
where the plan returns a known valueThe text was updated successfully, but these errors were encountered: