Terraform
By default, Terraform can be used by all workspaces in an account. Scalr supports up to Terraform 1.5.7, and any new versions of IaC should use OpenTofu. The Terraform section on the integrations page allows users to enable or disable extra validation for Terraform during the init
stages. The supported tools are:
terraform validate
- Verifies the syntax of the Terraform configuration files.terraform fmt
- Check to ensure the Terraform files are formatted correctly and display diff of changes.
Runs that fail the checks will be stopped during the init
stage and do not count toward billing.
Updated 1 day ago