Skip to content

Commit fe9fd7f

Browse files
committed
Exclude cloud-nuke-gha role from being nuked
1 parent 685c7c4 commit fe9fd7f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/nuke_config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,11 @@ IAMGroups:
159159
- "^tst-openvpn-host-[a-zA-Z0-9]{6}-.*"
160160
IAMRoles:
161161
exclude:
162-
# Never delete the github oidc role
162+
# Never delete the github oidc roles
163163
names_regex:
164-
- "github"
164+
- "^github$"
165+
- "^github-read-only$"
166+
- "^cloud-nuke-gha$"
165167
include:
166168
names_regex:
167169
- "^cloud-nuke-Test*"

0 commit comments

Comments
 (0)