Convert TFVARS to JSON and JSON to TFVARS via STDIN / STDOUT.
$ tfvars-json < file.tfvars > file.tfvars.jsonThe conversion the other way around is also supported via the -reverse flag:
$ ejson decrypt file.tfvars.ejson | tfvars-json -reverse > file.tfvars