Requirements
Building The Provider
Clone repository to: $GOPATH/src/github.com/EvilSuperstars/terraform-provider-jsonyaml
$ mkdir -p $GOPATH/src/github.com/EvilSuperstars; cd $GOPATH/src/github.com/EvilSuperstars
$ git clone git@github.com:EvilSuperstars/terraform-provider-jsonyaml
Enter the provider directory and build the provider
$ cd $GOPATH/src/github.com/EvilSuperstars/terraform-provider-jsonyaml
$ make build
Run acceptance tests
$ cd $GOPATH/src/github.com/EvilSuperstars/terraform-provider-jsonyaml
$ make testacc TEST=./jsonyaml/ TESTARGS='-run=TestDataSource'
Using The Provider
See the documentation to get started using the jsonyaml provider.