terracost icon indicating copy to clipboard operation
terracost copied to clipboard

bump examples go mods to master so they'll build

Open infowolfe opened this issue 2 years ago • 0 comments

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.

infowolfe avatar Jul 25 '22 19:07 infowolfe