generated from clouddrove/terraform-module-template
-
Notifications
You must be signed in to change notification settings - Fork 1
35 lines (35 loc) · 1.26 KB
/
tf-checks.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: tf-checks
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
tf-checks-complete-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.2
with:
working_directory: './_examples/complete/'
tf-checks-basic-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.2
with:
working_directory: './_examples/basic/'
tf-checks-mongodb-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.2
with:
working_directory: './_examples/mongodb/'
tf-checks-mysql-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.2
with:
working_directory: './_examples/mysql/'
tf-checks-postgresql-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.2
with:
working_directory: './_examples/postgresql/'
tf-checks-redis-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.2
with:
working_directory: './_examples/redis/'
tf-checks-replica-db-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.2
with:
working_directory: './_examples/replica-db/'