Skip to content

Reads Terraform .tfvars files and outputs JSON

License

Notifications You must be signed in to change notification settings

martynova1/tfvars-json

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

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 get github.com/alisdair/tfvars-json

About

Reads Terraform .tfvars files and outputs JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%