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

* update terraform to use hash as comment per recommended guidelines (https://developer.hashicorp.com/terraform/language/syntax/configuration\#comments)

* update golanci-lint version in linter.yaml per PR #132
This commit is contained in:
Mike Verbanic
2023-01-16 12:07:57 -05:00
committed by GitHub
parent 53d978ad7e
commit cfe103d3f1
4 changed files with 18 additions and 20 deletions

View File

@@ -18,4 +18,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.45
version: v1.50.1