On this page

Language-specific propertiesSupported versions

Terraform

Language-specific properties

Discover and update the Terraform properties in Administration > General Settings > Languages > Terraform

Supported versions

  • Amazon Web Services
  • Azure Cloud
  • Google Cloud Platform
  • Terraform 1.x (HCL format only)

Terraform provider versions

The respective Terraform providers are frequently updated. New resources, properties and default values are added. At the same time, others are deprecated or dropped. For this reason, the 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 XExamples:

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

© 2008-2023, SonarSource S.A, Switzerland. Except where otherwise noted, content in this space is licensed under a Creative Commons Attribution-NonCommercial 3.0 United States License. SONARQUBE is a trademark of SonarSource SA. All other trademarks and copyrights are the property of their respective owners.

Creative Commons License