Start FreeLog in
SonarQube Cloud | Advanced setup | Languages | Terraform

Terraform

On this page

Supported versions

The level of support for a language is defined as follows: 

  • Fully supported: Analysis will complete. All the language features are understood and examined.
  • Supported: Most language features are understood and examined but the version includes unsupported features. Analysis might break or provide incomplete results.

Versions 1.3, 1.4 and 1.5 are supported

Language-specific properties

Discover and update Terraform-specific properties in: Project Administration > General Settings > Languages > Terraform

Supported platforms

Platforms: 

  • Amazon Web Services
  • Azure Cloud
  • Google Cloud Platform

Terraform provider versions

The various Terraform providers are frequently updated. New resources, properties, and default values are added, while at the same time, others are deprecated or dropped. For this reason, Terraform analysis is defensive by default; some issues will be automatically silenced to avoid raising false positives. In order to get a more precise analysis, you can specify the provider versions your code supports via a parameter.

AWSsonar.terraform.provider.aws.version
Azuresonar.terraform.provider.azure.version
GCP: For Google Cloud Platform, no versions are currently considered in the analysis

Accepted are versions having the format: X.Y.ZX.Y or X.

Examples:

  • sonar.terraform.provider.aws.version=1.93.4
  • sonar.terraform.provider.aws.version=3.4
  • sonar.terraform.provider.aws.version=4

Was this page helpful?

© 2008-2025 SonarSource SA. All rights reserved.

Creative Commons License