File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed
Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -128,12 +128,6 @@ jobs:
128128 --var assume_role=terraform \
129129 -out tfplan
130130
131- - name : Store Terraform Plan Output
132- uses : actions/upload-artifact@v4
133- with :
134- name : tfplan-output
135- path : terraform/infrastructure/tfplan*
136-
137131 terraform-apply :
138132 name : Terraform Apply - ${{ inputs.environment }}
139133 needs : [terraform-plan]
Original file line number Diff line number Diff line change @@ -152,23 +152,11 @@ jobs:
152152 --var assume_role=terraform \
153153 -out tfplan
154154
155- - name : Store Terraform Plan Output
156- uses : actions/upload-artifact@v4
157- with :
158- name : tfplan-output
159- path : terraform/infrastructure/tfplan*
160-
161155 - name : Terraform Apply
162156 id : terraform-apply
163157 run : |
164158 terraform -chdir=terraform/infrastructure apply tfplan
165159
166- - name : Store Terraform Outputs
167- uses : actions/upload-artifact@v4
168- with :
169- name : terraform-outputs
170- path : terraform/infrastructure/output.json
171-
172160 - name : Add Success Pull Request Comment
173161 uses : actions/github-script@v7
174162 if : ${{ success() }}
You can’t perform that action at this time.
0 commit comments