Running docker compose run --rm --service-ports terraform-devtools validate VERBOSE=all yields the following error:
tflint --enable-plugin=google --enable-plugin=azurerm --disable-rule=terraform_unused_declarations --loglevel=trace --chdir=./infrastructure/terraform
Failed to parse CLI options; `loglevel` option was removed in v0.40.0. Please set `TFLINT_LOG` environment variables instead
make: *** [/usr/local/share/devtools-terraform/Makefile:143: validate-tf-./infrastructure/terraform] Error 1
Running without VERBOSE=all works fine.
Running
docker compose run --rm --service-ports terraform-devtools validate VERBOSE=allyields the following error:Running without
VERBOSE=allworks fine.