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
Using tflint 0.36.2 and azure rm module 0.16.0
tflint errors saying version 8.0 is not a valid value, looking at the ruleset it is expecting 8.0.21
when I change this in the terraform, tflint passes but the deployment fails with a terraform error saying it expects 5.7 or 8.0
The text was updated successfully, but these errors were encountered:
tflint-ruleset-azurerm/rules/apispec/azurerm_mysql_server_invalid_version.go
Line 29 in 5ee511a
related: #144
This looks like a specific subset of #30, #64
Sorry, something went wrong.
Hmm, This may be a bug.
8.0
Successfully merging a pull request may close this issue.
Using tflint 0.36.2 and azure rm module 0.16.0
tflint errors saying version 8.0 is not a valid value, looking at the ruleset it is expecting 8.0.21
when I change this in the terraform, tflint passes but the deployment fails with a terraform error saying it expects 5.7 or 8.0
The text was updated successfully, but these errors were encountered: