Skip to content

Commit

Permalink
Temporarily exclude groups and policies from GW account nuking (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
zackproser authored Nov 1, 2022
1 parent 076543c commit dd9125b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
--force \
--config ./.circleci/nuke_config.yml \
--exclude-resource-type iam \
--exclude-resource-type iam-group \
--exclude-resource-type iam-policy \
--exclude-resource-type vpc \
--exclude-resource-type kmscustomerkeys
no_output_timeout: 1h
Expand All @@ -63,7 +65,9 @@ jobs:
--force \
--config ./.circleci/nuke_config.yml \
--exclude-resource-type iam \
--exclude-resource-type vpc \
--exclude-resource-type iam-group \
--exclude-resource-type iam-policy \
--exclude-resource-type vpc \
--exclude-resource-type kmscustomerkeys
no_output_timeout: 1h
deploy:
Expand Down

0 comments on commit dd9125b

Please sign in to comment.