Skip to content

chore(deps): update terraform-linters/tflint-ruleset-azurerm to 0.25.… #118

chore(deps): update terraform-linters/tflint-ruleset-azurerm to 0.25.…

chore(deps): update terraform-linters/tflint-ruleset-azurerm to 0.25.… #118

GitHub Actions / tflint completed Dec 19, 2023 in 0s

reviewdog [tflint] report

reported by reviewdog 🐶

Findings (3)

tests/init/example.tf|1 col 1| Missing version constraint for provider "azurerm" in required_providers
tests/init/example.tf|2 col 13| "Standard_DS1_v3" is an invalid value as vm_size
terraform "required_version" attribute is required

Filtered Findings (0)

Annotations

Check warning on line 1 in tests/init/example.tf

See this annotation in the file changed.

@github-actions github-actions / tflint

[tflint] tests/init/example.tf#L1

Missing version constraint for provider "azurerm" in `required_providers`
Raw output
example.tf:1:1: warning: Missing version constraint for provider "azurerm" in `required_providers` ()

Check failure on line 2 in tests/init/example.tf

See this annotation in the file changed.

@github-actions github-actions / tflint

[tflint] tests/init/example.tf#L2

"Standard_DS1_v3" is an invalid value as vm_size
Raw output
example.tf:2:13: error: "Standard_DS1_v3" is an invalid value as vm_size ()