...
This can for example be used as part of a CI/CD pipeline in order to verify that the terraform file won’t create any resource with some urgent policy violation. This way customers can prevent the deployment of a cloud resource can be prevented to be deployed in production.
See https://www.terraform.io/docs/language/index.html for an explanation on terraform Terraform files.
Running a terraform scan
...