terraform_required_providers
: use required_providers
entry as range where possible
#61
Labels
bug
Something isn't working
When a required provider has a
source
but not aversion
, the rule still emits the error on the provider call:tflint-ruleset-terraform/rules/terraform_required_providers_test.go
Line 127 in df0f6ca
In this case, the entry in
required_providers
would be a more suitable range. This would enable the following:The text was updated successfully, but these errors were encountered: