Skip to content

Commit 3fe7295

Browse files
committed
update module with latest changes
1 parent 05ca287 commit 3fe7295

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/tf-checks.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ on:
55
pull_request:
66
workflow_dispatch:
77
jobs:
8-
tf-checks-complete-example:
8+
basic:
99
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
1010
with:
11-
working_directory: './_example/'
11+
working_directory: './_examples/basic/'
12+
cloudwatch:
13+
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
14+
with:
15+
working_directory: './_examples/vpc-flow-logs-cloudwatch/'
16+
s3:
17+
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
18+
with:
19+
working_directory: './_examples/vpc-flow-logs-s3/'

0 commit comments

Comments
 (0)