Skip to content

Commit

Permalink
feat(terraform): improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Jun 25, 2024
1 parent be38363 commit 8b9443f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # fetch-depth is required

- uses: actions/setup-python@v5
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ repos:
- id: terraform_validate
exclude: ^stacks
- id: terragrunt_validate
files: ^stacks/(\w+)/.*
Empty file.
Empty file.

0 comments on commit 8b9443f

Please sign in to comment.