File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 35
35
uses : dflook/terraform-apply@v1
36
36
with :
37
37
path : ./terraform
38
- var_file :
39
- - ./terraform/stages/${{ inputs.stage }}.tfvars
40
- backend_config : |
38
+ var_file : ./terraform/stages/${{ inputs.stage }}.tfvars
39
+ backend_config : >
41
40
bucket = ${{ inputs.tfstate-bucket }}
42
41
key = ${{ inputs.tfstate-key }}
43
42
region = ${{ inputs.aws-region }}
Original file line number Diff line number Diff line change 35
35
uses : dflook/terraform-destroy@v1
36
36
with :
37
37
path : ./terraform
38
- var_file :
39
- - ./terraform/stages/${{ inputs.stage }}.tfvars
40
- backend_config : |
38
+ var_file : ./terraform/stages/${{ inputs.stage }}.tfvars
39
+ backend_config : >
41
40
bucket = ${{ inputs.tfstate-bucket }}
42
41
key = ${{ inputs.tfstate-key }}
43
42
region = ${{ inputs.aws-region }}
Original file line number Diff line number Diff line change 42
42
uses : dflook/terraform-plan@v1
43
43
with :
44
44
path : ./terraform
45
- var_file :
46
- - ./terraform/stages/${{ inputs.stage }}.tfvars
47
- backend_config : |
45
+ var_file : ./terraform/stages/${{ inputs.stage }}.tfvars
46
+ backend_config : >
48
47
bucket = ${{ inputs.tfstate-bucket }}
49
48
key = ${{ inputs.tfstate-key }}
50
49
region = ${{ inputs.aws-region }}
You can’t perform that action at this time.
0 commit comments