GSA-TTS / tts-tech-operations

TTS Technology Operations
https://handbook.tts.gsa.gov/tech-operations/
Other
6 stars 0 forks source link

TTS Tech Operations - Terraform Style Guide #1690

Open JJediny opened 6 months ago

JJediny commented 6 months ago

Acceptance Criteria

The Terraform language supports three different syntaxes for comments:

# begins a single-line comment, ending at the end of the line. // also begins a single-line comment, as an alternative to #. /* and */ are start and end delimiters for a comment that might span over multiple lines.