We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2ae6d7 + 38610d6 commit 67741e9Copy full SHA for 67741e9
resources/route53-resolver-rules.go
@@ -100,7 +100,7 @@ func resolverRulesToVpcIDs(svc *route53resolver.Route53Resolver) (map[string][]*
100
101
// Filter removes resources automatically from being nuked
102
func (r *Route53ResolverRule) Filter() error {
103
- if *r.domainName == "." {
+ if r.domainName != nil && *r.domainName == "." {
104
return fmt.Errorf(`Filtering DomainName "."`)
105
}
106
0 commit comments