/tfvars-json

Reads Terraform .tfvars files and outputs JSON

Primary LanguageGoMozilla Public License 2.0MPL-2.0

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