File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -191,15 +191,6 @@ jobs:
191
191
body: output
192
192
})
193
193
194
- # Terraform State Unlock
195
- - name : Terraform State Unlock
196
- working-directory : ${{ inputs.working_directory }}
197
- if : cancelled()
198
- run : |
199
- LOCK_ID=`jq -r '.ID' .terraform.tfstate.lock.info`
200
- echo $LOCK_ID
201
- terraform force-unlock -force $LOCK_ID
202
-
203
194
apply :
204
195
name : Terraform Apply
205
196
runs-on : [self-hosted]
@@ -255,12 +246,3 @@ jobs:
255
246
env :
256
247
CONFIG : ${{ inputs.config }}
257
248
TF_VAR_my_secret : ${{ secrets.MY_SAMPLE_SECRET }}
258
-
259
- # Terraform State Unlock
260
- - name : Terraform State Unlock
261
- working-directory : ${{ inputs.working_directory }}
262
- if : cancelled()
263
- run : |
264
- LOCK_ID=`jq -r '.ID' .terraform.tfstate.lock.info`
265
- echo $LOCK_ID
266
- terraform force-unlock -force $LOCK_ID
You can’t perform that action at this time.
0 commit comments