January 28, 2025, Conformity—Template Scanner Updates
Template Scanner API now supports Terraform HCL (`.tf`) templates.
Previously, Terraform HCL (`.tf`) templates were required to be transformed into HCL
plan (.json) files before scanning.
With the latest API, Terraform HCL (`.tf`) templates can now be scanned directly by
scanning a `.zip` file of HCL templates.
You can now use the `template-scanner/archive-scan` endpoint to POST a ZIP file containing
your Terraform templates to be scanned. For more information please visit the Template Scanner API documentation