Skip to content

Commit

Permalink
dont delete github oidc role (gruntwork-io#566)
Browse files Browse the repository at this point in the history
* dont delete github oidc role
  • Loading branch information
MoonMoon1919 authored Aug 24, 2023
1 parent ed39eed commit 9f06d35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/nuke_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ IAMGroups:
- "^test-sudo-group-[a-z]-[a-zA-Z0-9]{6}"
- "^tst-openvpn-host-[a-zA-Z0-9]{6}-.*"
IAMRoles:
exclude:
# Never delete the github oidc role
names_regex:
- "github"
include:
names_regex:
- "^cloud-nuke-Test*"
Expand Down

0 comments on commit 9f06d35

Please sign in to comment.