There was an error while loading. Please reload this page.
1 parent 35eada7 commit 04bfb01Copy full SHA for 04bfb01
2 files changed
.github/cloud-nuke/config.yml
@@ -14,3 +14,8 @@ ec2:
14
include:
15
name_regex:
16
- "^single-instance$"
17
+
18
+dynamodb:
19
+ include:
20
+ table_names_regex:
21
+ - "^terragrunt-test.*"
.github/workflows/cloud-nuke.yml
@@ -43,6 +43,7 @@ jobs:
43
--resource-type s3 \
44
--resource-type vpc \
45
--resource-type ec2 \
46
+ --resource-type dynamodb \
47
--region us-east-1 \
48
--region us-west-2 \
49
--older-than 1h \
0 commit comments