Terraform

Terraform

Made by DeepSource

Consider using # for comments TF-L0040

Style
Minor

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.