google / addlicense

A program which ensures source code files have copyright license headers by scanning directory patterns recursively
Apache License 2.0
716 stars 169 forks source link

update terraform to use hash as comment per recommended guidelines #137

Closed verbanicm closed 1 year ago

verbanicm commented 1 year ago

Hashicorp documentation references using hash (#) as the default comment and is generally preferred to the long block comment style.

https://developer.hashicorp.com/terraform/language/syntax/configuration#comments

verbanicm commented 1 year ago

Look like a couple of unnecessary changes accidentally got included. Could you back those out? (or I can do it later when I have a little more time)

Reverted those lines, auto formatter ftw!

verbanicm commented 1 year ago

Thanks @willnorris !