Azure / terraform-azurerm-avm-res-compute-virtualmachine

Terraform AVM module for virtual machines
MIT License
17 stars 26 forks source link

Fix linter error #24

Closed LaurentLesle closed 8 months ago

LaurentLesle commented 8 months ago

This PR fixes the linter errors reported in the CI job It also update the documentation from version 0.16.0 to 0.17.0.

Using those rules:

image
pre-commit run -a
Terraform fmt............................................................Passed
Terraform validate with tflint...........................................Passed
terraform-init...........................................................Passed
terraform-validate.......................................................Passed
LaurentLesle commented 8 months ago

Looks like the CI is failing with:

image
LaurentLesle commented 8 months ago

Opened an issue on upstream -> https://github.com/Azure/tfmod-scaffold/issues/29