All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
#
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.
//