terracost
terracost copied to clipboard
bump examples go mods to master so they'll build
The examples/terracost.go
throws:
../../../gocode/pkg/mod/github.com/cycloidio/[email protected]/terraform/hcl.go:106:26: cannot use mv.SourceAddr (variable of type addrs.ModuleSource) as type string in argument to joinPath
go version go1.18.4 linux/amd64
This PR is the result of go get github.com/cycloidio/terracost@master
which allows examples/terracost.go
to build and run.