File tree Expand file tree Collapse file tree 3 files changed +19
-7
lines changed Expand file tree Collapse file tree 3 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 5
5
branches : [ "**" ]
6
6
7
7
jobs :
8
+ get-tg-versions :
9
+ permissions :
10
+ contents : read
11
+ uses : launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-versions.yml@0.1.7
12
+
8
13
build-matrix :
9
14
permissions :
10
15
contents : read
11
- uses : launchbynttdata/launch-workflows/.github/workflows/reusable-github-matrix-tg.yml@0.1.3
16
+ uses : launchbynttdata/launch-workflows/.github/workflows/reusable-github-matrix-tg.yml@0.1.7
12
17
with :
13
18
platform_environment : sandbox
14
19
15
20
call-terragrunt-deploy :
16
- needs : build-matrix
21
+ needs : [get-tg-versions, build-matrix]
17
22
permissions :
18
23
contents : read
19
24
id-token : write
20
25
strategy :
21
26
fail-fast : false
22
27
matrix : ${{ fromJson(needs.build-matrix.outputs.matrix) }}
23
28
24
- uses : launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-deploy.yml@0.1.3
29
+ uses : launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-deploy.yml@0.1.7
25
30
with :
26
- tf_version : ' 1.5.5 '
27
- tg_version : ' 0.54.11 '
31
+ tf_version : ${{ needs.get-tg-versions.outputs.tf_version }}
32
+ tg_version : ${{ needs.get-tg-versions.outputs.tg_version }}
28
33
environment : ${{ matrix.terragrunt_environment.environment }}
29
34
region : ${{ matrix.terragrunt_environment.region }}
30
35
env_id : ${{ matrix.terragrunt_environment.instance }}
Original file line number Diff line number Diff line change 6
6
name : Deploy to Production
7
7
8
8
jobs :
9
+ get-tg-versions :
10
+ permissions :
11
+ contents : read
12
+ uses : launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-versions.yml@0.1.7
13
+
9
14
build-matrix :
10
15
permissions :
11
16
contents : read
12
- uses : launchbynttdata/launch-workflows/.github/workflows/reusable-github-matrix-tg.yml@0.1.3
17
+ uses : launchbynttdata/launch-workflows/.github/workflows/reusable-github-matrix-tg.yml@0.1.7
13
18
with :
14
19
platform_environment : production
15
20
22
27
fail-fast : false
23
28
matrix : ${{ fromJson(needs.build-matrix.outputs.matrix) }}
24
29
25
- uses : launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-deploy.yml@0.1.3
30
+ uses : launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-deploy.yml@0.1.7
26
31
with :
27
32
tf_version : ' 1.5.5'
28
33
tg_version : ' 0.54.11'
Original file line number Diff line number Diff line change 1
1
python 3.13.1
2
+ terraform 1.5.5
3
+ terragrunt 0.54.11
You can’t perform that action at this time.
0 commit comments