Skip to content

Commit 04bfb01

Browse files
committed
chore: Updated cloud-nuke config to remove dynamodb tables
1 parent 35eada7 commit 04bfb01

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/cloud-nuke/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ ec2:
1414
include:
1515
name_regex:
1616
- "^single-instance$"
17+
18+
dynamodb:
19+
include:
20+
table_names_regex:
21+
- "^terragrunt-test.*"

.github/workflows/cloud-nuke.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
--resource-type s3 \
4444
--resource-type vpc \
4545
--resource-type ec2 \
46+
--resource-type dynamodb \
4647
--region us-east-1 \
4748
--region us-west-2 \
4849
--older-than 1h \

0 commit comments

Comments
 (0)