Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 620 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 620 Bytes

tfvars-json

tfvars-json reads Terraform .tfvars variable definition files and outputs the same values in Terraform JSON syntax.

Usage

$ tfvars-json file.tfvars > file.tfvars.json

tfvars-json processes a single file and outputs to stdout. You can use a JSON scripting tool like jq to filter or post-process this output.

Installation

$ go install github.com/alisdair/tfvars-json@latest