tfjson icon indicating copy to clipboard operation
tfjson copied to clipboard

Terraform plan file to JSON

Results 7 tfjson issues
Sort by recently updated
recently updated
newest added

Would be nice to install this using a package managers ``` brew install tfjson choco install tfjson scoop install tfjson ``` If you think this is a good idea then...

Add Dockerfile to be able to use `tfjson` binary using a Docker container. Happy to create a PR if you want the image to be automatically published on the Docker...

local>terraform --version Terraform v0.10.7 >tfjson ./terraform.tfplan unknown plan file version: 2

removed the vendor directory and initiated as a module updated tfjson_test Updated circle ci config Added env variable to turn on modules added env variable to test run and added...

Locking vendor versions of Terraform to v0.11 using dep. Note, Terraform v0.12 is not backward compatible with v0.11, this is likely the last version of Terraform that can be supported...

I am getting: `gob: wrong type (map[string]string) for received field InstanceState.Meta` When attempting to parse a .tfplan file. Terraform v0.9.5

It appears that the type of change (especially creation vs modification) is not included in the output. It would be useful to be able to easily differentiate between a resource...