Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot use >= 0.12.0 for plugin version #308

Closed
nitrocode opened this issue Feb 7, 2022 · 1 comment
Closed

Cannot use >= 0.12.0 for plugin version #308

nitrocode opened this issue Feb 7, 2022 · 1 comment

Comments

@nitrocode
Copy link

How come this fails ?

plugin "aws" {
  enabled    = true
  # works
  # version    = "0.12.0"
  # fails
  version    = ">= 0.12.0"
  source     = "github.com/terraform-linters/tflint-ruleset-aws"
  deep_check = true
}
Installing `aws` plugin...
Failed to install a plugin. An error occurred:

Error: Failed to fetch GitHub releases: GET https://api.github.com/repos/terraform-linters/tflint-ruleset-aws/releases/tags/v%3E=%200.12.0: 404 Not Found []
@PatMyron
Copy link
Contributor

PatMyron commented Feb 7, 2022

tracking in terraform-linters/tflint#1181

@PatMyron PatMyron closed this as completed Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants