Skip to content

Commit

Permalink
exclude r53 zones (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
autero1 authored Jun 9, 2024
1 parent f13d88d commit 99aceba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/nuke_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ ACM:
exclude:
names_regex:
- ".*gruntwork.in"
- ".*gruntwork-dev.io"

DBSubnetGroups:
exclude:
Expand All @@ -287,3 +288,9 @@ InternetGateway:
# and is used by tests that require internet access from within the VPC. Without it, any
# VPC-based test that requires internet will fail.
- "gw-new-default-igw"

Route53HostedZone:
exclude:
names_regex:
- ".*gruntwork.in"
- ".*gruntwork-dev.io"

0 comments on commit 99aceba

Please sign in to comment.