Skip to content

chrisboulton/terraform-provider-jsondecode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform jsondecode Provider

Requirements

  • Terraform 0.10.x
  • Go 1.9 (to build the provider plugin)

Building The Provider

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 git@github.com:EvilSuperstars/terraform-provider-jsondecode

Enter the provider directory and build the provider

$ cd $GOPATH/src/github.com/EvilSuperstars/terraform-provider-jsondecode
$ make build

Run acceptance tests

$ cd $GOPATH/src/github.com/EvilSuperstars/terraform-provider-jsondecode
$ make testacc TEST=./decode/ TESTARGS='-run=TestDataSource_'

Using The Provider

See the documentation to get started using the jsondecode provider.

About

Terraform jsondecode provider

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 73.5%
  • Shell 17.9%
  • Makefile 8.6%