We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8f50e commit d3893edCopy full SHA for d3893ed
.github/workflows/ci-integration-cleanup-force.yaml
@@ -1,3 +1,8 @@
1
+#
2
+# note
3
+# if terraform state gets locked, delete DynamoDB lock rows
4
5
+
6
name: CI - Integration Tests - Cleanup
7
on:
8
workflow_dispatch
@@ -21,8 +26,6 @@ jobs:
21
26
with:
22
27
ruby-version: 2.7
23
28
bundler-cache: true
24
-#
25
-# - name: Destroy resources
-# run: bundle exec kitchen destroy
-#parametrize this
- - run: cd test/fixtures/tf_module/ && terraform init && terraform force-unlock -force 8877bc0f-1699-abe9-6ab8-913113259311
29
30
+ - name: Destroy resources
31
+ run: bundle exec kitchen destroy
0 commit comments