Skip to content

Commit

Permalink
feat: add prefix list id argument
Browse files Browse the repository at this point in the history
  • Loading branch information
theprashantyadav committed Jul 18, 2023
1 parent 2730940 commit 521e2ec
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/tf-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ on:
pull_request:
workflow_dispatch:
jobs:
tf-checks-complete-example:
tf-checks-new-security-group-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
with:
working_directory: './_examples/complete/'
tf-checks-basic-example:
working_directory: './_example/new_security_group/'
tf-checks-new-security-group-with-egres-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
with:
working_directory: './_examples/basic/'
working_directory: './_example/new_security_group_with_egres/'
tf-checks-updated-existing-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
with:
working_directory: './_example/updated_existing/'

0 comments on commit 521e2ec

Please sign in to comment.