Skip to content

Commit 521e2ec

Browse files
feat: add prefix list id argument
1 parent 2730940 commit 521e2ec

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/tf-checks.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ on:
55
pull_request:
66
workflow_dispatch:
77
jobs:
8-
tf-checks-complete-example:
8+
tf-checks-new-security-group-example:
99
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
1010
with:
11-
working_directory: './_examples/complete/'
12-
tf-checks-basic-example:
11+
working_directory: './_example/new_security_group/'
12+
tf-checks-new-security-group-with-egres-example:
1313
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
1414
with:
15-
working_directory: './_examples/basic/'
15+
working_directory: './_example/new_security_group_with_egres/'
16+
tf-checks-updated-existing-example:
17+
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
18+
with:
19+
working_directory: './_example/updated_existing/'

0 commit comments

Comments
 (0)