When running laforge, if you get the following error:
panic: gob: registering duplicate types for "github.com/zclconf/go-cty/cty.primitiveType": cty.primitiveType != cty.primitiveType
The following steps can be taken to fix it:
- Edit
$GOPATH/src/github.com/hashicorp/terraform/vendor/github.com/zclconf/go-cty/cty/types_to_register.go - Comment out the following import statements:
"math/big"