Installed "azurerm" (source: github.com/terraform-linters/tflint-ruleset-azurerm, version: 0.25.1)
2 issue(s) found:
Error: "PowerShell72" is an invalid value as runbook_type (azurerm_automation_runbook_invalid_runbook_type)
on terraform-client/automation-account.tf line 156:
156: runbook_type = "PowerShell72"
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.25.1/docs/rules/azurerm_automation_runbook_invalid_runbook_type.md
Error: "PowerShell72" is an invalid value as runbook_type (azurerm_automation_runbook_invalid_runbook_type)
on terraform-client/automation-account.tf line 206:
206: runbook_type = "PowerShell72"
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.25.1/docs/rules/azurerm_automation_runbook_invalid_runbook_type.md
##[error]Bash exited with code '2'.
Summary
Hello,
I have an alert on the azurerm_automation_runbook because the last version of the Docker image get the 0.25.1 azurerm ruleset version:
But the last version is the 0.26.0: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.26.0/docs/rules/azurerm_automation_runbook_invalid_runbook_type.md
Command
tflint
Terraform Configuration
TFLint Configuration
Output
TFLint Version
0.50.3
Terraform Version
1.7.4
Operating System