File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 12
12
uses : soat-tech-challenge/github-workflows/.github/workflows/terraform-apply.yml@main
13
13
secrets : inherit
14
14
with :
15
- cloud_workspace : database-staging
15
+ cloud_workspace : ${{ vars.TF_WORKSPACE }}
Original file line number Diff line number Diff line change 23
23
uses : soat-tech-challenge/github-workflows/.github/workflows/terraform-plan.yml@main
24
24
secrets : inherit
25
25
with :
26
- cloud_workspace : database-staging
26
+ cloud_workspace : ${{ vars.TF_WORKSPACE }}
27
27
28
28
permissions :
29
29
contents : read
Original file line number Diff line number Diff line change 7
7
terraform_destroy :
8
8
uses : soat-tech-challenge/github-workflows/.github/workflows/terraform-destroy.yml@main
9
9
secrets : inherit
10
+ with :
11
+ workspace : ${{ vars.TF_WORKSPACE }}
You can’t perform that action at this time.
0 commit comments