-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
Providers must only be specified either at the TestCase or TestStep level #176
Comments
Hi @mschuchard 👋 Thank you for raising this issue and apologies for this regression. It certainly was not intended and I'm guessing there was not an existing unit test to cover this valid behavior. The team is investigating and will release a patch update to reinstate the prior behavior per our versioning and compatibility promises. |
Thanks; I have downgraded to 1.4.0 in the interim as that still enables |
…reinstate prior behaviour (#176)
@mschuchard I believe the regression you reported should be resolved in |
This also helps me with understanding root cause, and why another of my plugins does not have this issue. The other provider can be completely configured with |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
terraform-plugin-testing version
Relevant provider source code
Terraform Configuration Files
n/a
Expected Behavior
The acceptance test case should invoke and execute as expected which is what occurs in version 1.4.0. I have checked the CHANGELOG for 1.5.0 and see nothing about this backwards-incompatible change.
If this issue derives from documentation and not code, then please update CHANGELOG etc. for the change, and clarify the error message in the code as the provider is being specified at the
TestCase
level according to the above code.Actual Behavior
Steps to Reproduce
TF_ACC=1 go test -v ./<provider>/...
References
not according to search
The text was updated successfully, but these errors were encountered: