gruntwork-io/cloud-nuke

In config how to exclude some resource only on specific region?

Closed this issue · 2 comments

Hypothetical config:

DynamoDB:
  exclude:
    names_regex:
      - TF-Locks
    region: ????

all the filters under the exclude works as OR operator, rather than AND operator. If you want to scope it to particular regions, you would have to use the --region flag to do it.

Closing this issue since there has been no activity on this ticket for a while.