keilerkonzept / terraform-module-versions

CLI tool that checks Terraform code for module updates. Single binary, no dependencies. linux, osx, windows. #golang #cli #terraform
MIT License
188 stars 27 forks source link

feat: search local modules for nested modules #69

Open josh-barker opened 2 years ago

josh-barker commented 2 years ago

Currently, if a local module uses another module that is sourced from Github or the Registry, it is not shown in the list of outdated modules.

This PR adds another option on the CLI to optionally search local modules for nested modules.