Clone repository to: $GOPATH/src/github.com/EvilSuperstars/terraform-provider-jsondecode
$ mkdir -p $GOPATH/src/github.com/EvilSuperstars; cd $GOPATH/src/github.com/EvilSuperstars
$ git clone [email protected]:EvilSuperstars/terraform-provider-jsondecodeEnter the provider directory and build the provider
$ cd $GOPATH/src/github.com/EvilSuperstars/terraform-provider-jsondecode
$ make buildRun acceptance tests
$ cd $GOPATH/src/github.com/EvilSuperstars/terraform-provider-jsondecode
$ make testacc TEST=./decode/ TESTARGS='-run=TestDataSource_'See the documentation to get started using the jsondecode provider.