CloudFormation/Terraform
Language-Specific Properties
Discover and update CloudFormation-specific properties in: Project Administration > General Settings > Languages > CloudFormation
Discover and update Terraform-specific properties in: Project Administration > General Settings > Languages > Terraform
Supported Versions, Formats and Providers
- Terraform 1.x (HCL format only)
- CloudFormation with AWSTemplateFormatVersion 2010-09-09 (YAML and JSON)
- AWS, Azure and GCP
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.
AWS: sonar.terraform.provider.aws.version
Azure: sonar.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.Z
, X.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
Related Pages
For CloudFormation you can import cfn-lint
reports. See Project Administration > General Settings > External Analyzers for more information.