You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new version 0.39.0 of tflint causes extra warnings.
Expected Behavior
No warning should occur as with version 0.38.1 and below.
Actual behavior
Having a terraform block without required_version causes a warning although there is a required_version in another terraform block:
% tflint1 issue(s) found:Warning: terraform "required_version" attribute is required (terraform_required_version) on line 0: (source code not available)Reference: https://github.com/terraform-linters/tflint/blob/v0.39.0/docs/rules/terraform_required_version.md
Introduction
The new version
0.39.0
oftflint
causes extra warnings.Expected Behavior
No warning should occur as with version
0.38.1
and below.Actual behavior
Having a
terraform
block withoutrequired_version
causes a warning although there is arequired_version
in anotherterraform
block:Step to Reproduce
backend.tf
:versions.tf
:Run
tflint
version0.39.0
.Additional Context
The text was updated successfully, but these errors were encountered: