Skip to content

alisdair/tfvars-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Reads Terraform .tfvars files and outputs JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages