Skip to content

Is it possible to refer to latest version of aws plugin for tflint in .tflint.hcl file? #813

@rianhendrik

Description

@rianhendrik

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions