Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Allow globs in resource name filters #813

Closed
mhvelplund opened this issue Jun 17, 2022 · 2 comments
Closed

Allow globs in resource name filters #813

mhvelplund opened this issue Jun 17, 2022 · 2 comments

Comments

@mhvelplund
Copy link

This is not a bug but a feature request :)

Instead of typing endless lists of:

      EC2RouteTable:
        - property: tag:ManagedBy
          type: glob
          value: GITO*
      EC2Subnet:
        - property: tag:ManagedBy
          type: glob
          value: GITO*
      EC2VPC:
        - property: tag:ManagedBy
          type: glob
          value: GITO*

It would be nice if I could use globs or regexps for resource names as well, e.g.:

      "EC2*":
        - property: tag:ManagedBy
          type: glob
          value: GITO*
@ekristen
Copy link
Contributor

@mhvelplund Global Filters has been implemented in my fork which has become the active fork and successor to this amazing project. Please take a look.

If you should run into any issues, please open an issue over there.


Please see a copy of the notice from the README about the deprecation of this project. Sven was kind enough to grant me access to help triage and close issues and pull requests that have already been addressed in the actively maintained fork. Some additional information is located in the welcome issue for more information.

Caution

This repository for aws-nuke is no longer being actively maintained. We recommend users to switch to the actively maintained fork of this project at ekristen/aws-nuke.
We appreciate all the support and contributions we've received throughout the life of this project. We believe that the fork will continue to provide the functionality and support that you have come to expect from aws-nuke.
Please note that this deprecation means we will not be addressing issues, accepting pull requests, or making future releases from this repository.
Thank you for your understanding and support.

@mhvelplund
Copy link
Author

Thanks for the update!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants