Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
frasdav committed Dec 22, 2023
1 parent 13b5af6 commit 7814e45
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 45 deletions.
3 changes: 3 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

[flake8]
ignore = E501
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ __pycache__

# terraform
.terraform
.terraform.lock.hcl

# other
1 change: 1 addition & 0 deletions modules/key-vault/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changelog
22 changes: 0 additions & 22 deletions modules/key-vault/test/.terraform.lock.hcl

This file was deleted.

1 change: 1 addition & 0 deletions modules/resource-group/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changelog
22 changes: 0 additions & 22 deletions modules/resource-group/test/.terraform.lock.hcl

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@


if __name__ == "__main__":
for dir in [f.path for f in os.scandir(os.path.join(os.getcwd(), "modules")) if f.is_dir()]: # noqa: E501
for dir in [f.path for f in os.scandir(os.path.join(os.getcwd(), "modules")) if f.is_dir()]:
test_terraform(os.path.join(dir, "src"), False)
test_terraform(os.path.join(dir, "test"))

0 comments on commit 7814e45

Please sign in to comment.