Good day,
I trust this query finds you well.
As I understand it, one needs to specify the desired version for the aws plugin to use with tflint, in the .tflint.hcl config file. Is it possible to have the version always point to the latest available version? I tried to leave the version argument out, and to specify the version like ">=v0.37.0", but neither of these are possible.
My aws plugin block in the .tflint.hcl file currently looks like this:
plugin "aws" {
enabled = true
version = "0.37.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
Best regards,
Rian.