Skip to content

compufreq/terraAnalyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To get the terraform plan output file to analyse, use the following commands:

terraform plan -var-file="<tfvars file name>" -out=Pplan
or
terraform plan -out=Pplan

depending on your scenario, and then:

terraform show -no-color -json Pplan > terraform_plan.json

Make sure that the json file is UTF-8 for this code to work at the moment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages