We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Feature description: Support testing the terraform {} block, to ensure a minimum version, specific providers and versions, etc.
terraform {}
Suggested Solution description ( if you have any ): I'm not sure how the code is using the plan, so can't offer a suggestion here.
Essentially, I'd like to test that
terraform { required_version = ">=1.3.2" required_providers { blah blah } }
contains a specific version check and specific providers.
The text was updated successfully, but these errors were encountered:
This might be related to #574
Sorry, something went wrong.
No branches or pull requests
Feature Request
Feature description:
Support testing the
terraform {}
block, to ensure a minimum version, specific providers and versions, etc.Suggested Solution description ( if you have any ):
I'm not sure how the code is using the plan, so can't offer a suggestion here.
Essentially, I'd like to test that
contains a specific version check and specific providers.
The text was updated successfully, but these errors were encountered: