telia-oss / concourse-tasks

Common concourse tasks.
MIT License
3 stars 5 forks source link

Tflint cannot find custom module. #7

Closed itsdalmo closed 6 years ago

itsdalmo commented 6 years ago

Somehow tflint has trouble finding modules after the latest terraform update. Tested locally with tflint version 0.5.2 also, which only seemed to make the problem worse (i.e. it fails to find modules where the concourse tests does not).

Error message:

ERROR: module `github.com/teliasoneranorge/divx-terraform-modules//terraform/policy?ref=0.2.0` not found. Did you run `terraform get`?

I've disabled tflint in concourse tests in this commit. Should enable again once the issue is fixed.

itsdalmo commented 6 years ago

Well, tflint seems to be activated again - closing this.