9.8 | Analyzing source code | Languages | Terraform/CloudFormation/Kubernetes

On this page

Terraform/CloudFormation/Kubernetes


Language-specific properties

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

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

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

Supported versions

  • Terraform 1.x (HCL format only)
  • CloudFormation with AWSTemplateFormatVersion 2010-09-09 (YAML and JSON)
  • Kubernetes (YAML)
  • AWS, Azure and GCP

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 X

Examples:

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

For CloudFormation you can import cfn-lint reports. See Administration > General Settings > External Analyzers for more information

Issue tracker

Check the issue tracker for this language.

© 2008-2024 SonarSource SA. All rights reserved. SONAR, SONARSOURCE, SONARLINT, SONARQUBE, SONARCLOUD, and CLEAN AS YOU CODE are trademarks of SonarSource SA.

Creative Commons License