DeepSource
Dashboard Resources Pricing Discover Directory Log in

Run your first analysis.

Find thousands of code security and quality issues in your codebase, before they end up in production.

Start now
All analyzers Terraform
Terraform

Terraform

By DeepSource

Use Analyzer
Docs
Discuss
Consider using # for comments TF-L0040
Style

The Terraform language supports two different syntaxes for single-line comments: # and //. However, # is the default comment style and should be used in most cases. Ref: Configuration Syntax: Comments.