Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit cea0c5e

Browse files
authored
Updates code to terraform 12 and tflinting standards (#3)
Updates code to terraform 12 standards and tflinting Adds a minimal terraform version file to the module Updates python script to conform to pylint standards Adds a CODEOWNERS file for PR approvals update README with usage syntax, and pin minimum terraform version in module
1 parent c114c0a commit cea0c5e

File tree

10 files changed

+701
-36
lines changed

10 files changed

+701
-36
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,12 @@
1414
# OSX
1515
*.DS_Store
1616

17+
# Python
18+
__pycache__
19+
cov.xml
20+
.coverage
21+
coverage.xml
22+
htmlcov
23+
.pytest_cache
24+
.python-version
25+
cov.xm

0 commit comments

Comments
 (0)