Skip to content

tflint

tflint #14

GitHub Actions / tflint failed Oct 24, 2024 in 1s

reviewdog [tflint] report

reported by reviewdog 🐶

Findings (2)

main.tf|48 col 40| List items should be accessed using square brackets
main.tf|18 col 1| Missing version constraint for provider "cloudinit" in required_providers

Filtered Findings (0)

Annotations

Check warning on line 48 in main.tf

See this annotation in the file changed.

@github-actions github-actions / tflint

[tflint] main.tf#L48 <terraform_deprecated_index>

List items should be accessed using square brackets
Raw output
main.tf:48:40: warning: List items should be accessed using square brackets (terraform_deprecated_index)

Check warning on line 18 in main.tf

See this annotation in the file changed.

@github-actions github-actions / tflint

[tflint] main.tf#L18 <terraform_required_providers>

Missing version constraint for provider "cloudinit" in `required_providers`
Raw output
main.tf:18:1: warning: Missing version constraint for provider "cloudinit" in `required_providers` (terraform_required_providers)