issues
search
cloudposse
/
terraform-null-label
Terraform Module to define a consistent naming convention by (namespace, stage, name, [attributes])
https://cloudposse.com/accelerate
Apache License 2.0
635
stars
317
forks
source link
fix: tflint terraform_comment_syntax
#120
Closed
syphernl
closed
3 years ago
syphernl
commented
3 years ago
what
Change inline comment from
//
to
#
per tflint results
why
tflint
shows a warning about the way this comment is made
references
https://github.com/terraform-linters/tflint/blob/v0.24.0/docs/rules/terraform_comment_syntax.md
what
//
to#
per tflint resultswhy
tflint
shows a warning about the way this comment is madereferences