Skip to content

fix: run tflint with --call-module-type=all instead of the deprecated --module

What

Run tflint with --call-module-type=all instead of the deprecated --module.

Why

WARNING: "module" attribute in /builds/gitlab-com/gl-infra/gitlab-dedicated/instrumentor/.tflint.hcl is deprecated. Use "call_module_type" instead.
WARNING: --module is deprecated. Use --call-module-type=all instead.
Edited by Pierre Guinoiseau

Merge request reports