File tree Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,27 @@ jobs:
27
27
with :
28
28
environment : " dev"
29
29
config : " PerfectThymeTech"
30
- terraform_version : " 1.6 .6"
31
- node_version : 18
30
+ terraform_version : " 1.9 .6"
31
+ node_version : 20
32
32
working_directory : " ./code/infra"
33
- tenant_id : " 3556be79-2979-4b19-a1af-4dd4e6d9ed7e"
34
- subscription_id : " 8f171ff9-2b5b-4f0f-aed5-7fa360a1d094"
33
+ tenant_id : " 37963dd4-f4e6-40f8-a7d6-24b97919e452"
34
+ subscription_id : " 1fdab118-1638-419a-8b12-06c9543714a0"
35
+ secrets :
36
+ CLIENT_ID : ${{ secrets.CLIENT_ID }}
37
+ MY_SAMPLE_SECRET : ${{ secrets.MY_SAMPLE_SECRET }}
38
+
39
+ terraform_dev_destroy :
40
+ uses : ./.github/workflows/_terraformDestroyTemplate.yml
41
+ name : " Dev - Destroy"
42
+ needs : [terraform_dev]
43
+ with :
44
+ environment : " dev"
45
+ config : " PerfectThymeTech"
46
+ terraform_version : " 1.9.6"
47
+ node_version : 20
48
+ working_directory : " ./code/infra"
49
+ tenant_id : " 37963dd4-f4e6-40f8-a7d6-24b97919e452"
50
+ subscription_id : " 1fdab118-1638-419a-8b12-06c9543714a0"
35
51
secrets :
36
52
CLIENT_ID : ${{ secrets.CLIENT_ID }}
37
- CLIENT_SECRET : ${{ secrets.CLIENT_SECRET }}
38
53
MY_SAMPLE_SECRET : ${{ secrets.MY_SAMPLE_SECRET }}
You can’t perform that action at this time.
0 commit comments