File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 13
13
working_directory :
14
14
required : true
15
15
type : string
16
- staging_tfvars_json :
17
- required : true
18
- type : string
19
16
20
17
permissions :
21
18
id-token : write
62
59
- name : Terraform Staging Apply
63
60
id : apply-staging
64
61
run : terraform apply -auto-approve -input=false -var-file=staging.tfvars.json
62
+ timeout-minutes : 15
65
63
env :
66
64
TF_WORKSPACE : staging
67
65
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 13
13
working_directory :
14
14
required : true
15
15
type : string
16
- prod_tfvars_json :
17
- required : true
18
- type : string
19
16
20
17
permissions :
21
18
id-token : write
62
59
- name : Terraform Prod Apply
63
60
id : apply-prod
64
61
run : terraform apply -auto-approve -input=false -var-file=prod.tfvars.json
62
+ timeout-minutes : 15
65
63
env :
66
64
TF_WORKSPACE : prod
67
65
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments