Closed mitchellh closed 5 years ago
Good call. Done and pushed.
I recommend bumping the sdk to v0.11 that has go modules, that will reduce the number of indirect requirements in go.mod, then tidy and revendor!
go get github.com/hashicorp/terraform@sdk-v0.11-with-go-modules
Great, thanks! Done.
Fixes #13
Just did a
go mod init; rm -rf vendor; go mod vendor
then ran tests (including acceptance). They pass!