Is it possible to refer to latest version of aws plugin for tflint in .tflint.hcl file? #814
-
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" { Best regards, Rian. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
See terraform-linters/tflint#1181