Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Latest commit

 

History

History
39 lines (27 loc) · 1.2 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.2 KB

Terraform jsondecode Provider

This Terraform provider has been obsoleted by the new Terraform 0.12 jsondecode interpolation function.

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.