Closed stumueller closed 2 years ago
plugin "azurerm" { enabled = true version = "0.16.0" source = "github.com/terraform-linters/tflint-ruleset-azurerm" }
TFLint version 0.36.2 Terraform v1.2.0
for azurerm_mysql_server specifying version = "8.0" fails the linter as it is expecting 8.0.21 However changing the terraform to version = "8.0.21" fails the deployment as terraform is expecting 8.0
https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/5ee511a69ae38ff92dbef591c1e0b78a2d1d5015/rules/apispec/azurerm_mysql_server_invalid_version.go#L29
tracking in https://github.com/terraform-linters/tflint-ruleset-azurerm/issues/171
Duplicate of https://github.com/terraform-linters/tflint-ruleset-azurerm/issues/171
TFLint version 0.36.2 Terraform v1.2.0
for azurerm_mysql_server specifying version = "8.0" fails the linter as it is expecting 8.0.21 However changing the terraform to version = "8.0.21" fails the deployment as terraform is expecting 8.0