Skip to content

Commit e1df355

Browse files
ryankingczimergebot
authored andcommitted
add db param groups to list of things that can be nuked (#153)
add db param groups to list of things that can be nukedWe were running into limits on existing db param groups. I presume this is due to failed runs not cleaning up the resources. ### Test Plan * ran it locally with `aws-nuke -c aws-nuke.yml --profile cztack-ci-1 --no-dry-run` ### References * https://github.com/rebuy-de/aws-nuke
1 parent 39f66dc commit e1df355

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

aws-nuke.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ resource-types:
1212
targets:
1313
- RDSDBCluster
1414
- RDSSnapshot
15-
- RDSInstance
15+
- RDSInstance
16+
- RDSDBClusterParameterGroup
17+
- RDSDBParameterGroup

0 commit comments

Comments
 (0)