Minimal demo of using Terraform to provision cloud resources and Checkov to check their security..
Requires Terraform and Checkov.
Init, validate and scan:
terraform initterraform validatecheckov -d .
More elaborate Terraform demo at https://github.com/mikaelvesavuori/node-simple-webserver-gcp-terraform.