# Terraform beta
The Terraform analyzer analyzes your terraform files and raise issues if there are any security risks in your code.
This section covers configuration specific to the terraform
analyzer. Please make sure to read the general configuration guide first.
# Configuration - .deepsource.toml
# name
- Type: String (opens new window)
- Presence: mandatory
- Description: Shortcode of the analyzer.
- Example:
name = "terraform"
# enabled
- Type: Boolean (opens new window)
- Presence: mandatory
- Description: Toggle whether this analyzer should be run.
- Example:
enabled = true
# Sample config
version = 1
[[analyzers]]
name = "terraform"
enabled = true