You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test to validate the terraform format_version is out of date.
It expects 0.1 but get 0.2 when performed using terraform version 1.0.1.
Pipeline now fails as a result halting CI/CD.
What I Did
Basic scan of a terraform plan
terrascan scan -i tfplan -f tfplan.json
Error
2021-08-11T12:51:32.162Z error cli/run.go:117 scan run failed{error 26 0 invalid terraform json file; error: 'terraform format version shoule be '0.1''}
The text was updated successfully, but these errors were encountered:
Any update on this issue? I am using the latest version of terrascan and am trying to scan a terraform file with format version 1.1. I am running into this same issue with the error stating it must be 0.1 or 0.2. This is preventing me completely from using this product.
Description
The test to validate the terraform
format_version
is out of date.It expects 0.1 but get 0.2 when performed using terraform version 1.0.1.
Pipeline now fails as a result halting CI/CD.
What I Did
Basic scan of a
terraform plan
Error
The text was updated successfully, but these errors were encountered: