Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
frasdav committed Nov 18, 2024
1 parent 08ca166 commit 7b3b1d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/lock_providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from helpers.lock_terraform_providers import lock_terraform_providers

if __name__ == "__main__":
for directory in [f.path for f in os.scandir(os.path.join(os.getcwd(), "modules")) if f.is_dir()]:
lock_terraform_providers(os.path.join(directory, "test"))
for dir in [f.path for f in os.scandir(os.path.join(os.getcwd(), "modules")) if f.is_dir()]:
lock_terraform_providers(os.path.join(dir, "test"))

0 comments on commit 7b3b1d9

Please sign in to comment.