cycloidio / terracost

Cloud cost estimation for Terraform in your CLI
MIT License
278 stars 29 forks source link

tf/hcl: Made it possible to import remote sources #89

Closed xescugc closed 1 year ago

xescugc commented 1 year ago

There are 2 different sources of remote modules, registry and everything else.

Registry ones are taken with the 'registry/regsrc' and the other ones with 'getmodules' which is using 'go-getter' behind the scene

Closes #88