Installing azurerm plugin failed - GitHub API rate limit exceeded #1656
Answered
by
wata727
lkurzyniec
asked this question in
Q&A
-
SummaryWould it be possible that Commandtflint --config=$(pwd)/.tflint.hcl --init Terraform Configurationnot relevant TFLint Configurationplugin "terraform" {
enabled = true
preset = "recommended"
}
plugin "azurerm" {
enabled = true
version = "0.20.0"
source = "github.com/terraform-linters/tflint-ruleset-azurerm"
} OutputTFLint version 0.44.1
Installing `azurerm` plugin...
Failed to install a plugin; Failed to download tflint-ruleset-azurerm_linux_amd64.zip: GET https://api.github.com/repos/terraform-linters/tflint-ruleset-azurerm/releases/assets/87802080: 403 API rate limit exceeded for 10.xx.xxx.xx. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.) [rate reset in 26s]
##[error]Bash exited with code '1'. TFLint Version0.44.1 Terraform Version1.3.5 Operating System
|
Beta Was this translation helpful? Give feedback.
Answered by
wata727
Jan 26, 2023
Replies: 1 comment
-
Currently, there is no such way. Please cache or use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lkurzyniec
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, there is no such way.
Please cache or use the
GITHUB_TOKEN
environment variable.https://github.com/terraform-linters/tflint/blob/v0.44.1/docs/user-guide/plugins.md#avoiding-rate-limiting