Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: expand resource names #479

Merged
merged 2 commits into from
Dec 26, 2024
Merged

feat: expand resource names #479

merged 2 commits into from
Dec 26, 2024

Conversation

ekristen
Copy link
Owner

@ekristen ekristen commented Dec 26, 2024

Overview

This allows for the expansion of resource names using glob patterns supported by https://pkg.go.dev/github.com/mb0/glob?utm_source=godoc

At a basic level * is supported. You can now include and exclude using glob patterns.

Important

This feature is NOT currently supported for filters. You will need to continue to name resources types by their full name OR use the Global Filters feature.

Please see the documentation included in this PR for more information on it's scope and usage.

Quick Example Usage

For example OpsWorks* will expand to now match the following resources:

OpsWorksApp                                            
OpsWorksCMBackup                                       
OpsWorksCMServer                                       
OpsWorksCMServerState                                  
OpsWorksInstance                                       
OpsWorksLayer                                          
OpsWorksUserProfile   

Copy link

cloudflare-workers-and-pages bot commented Dec 26, 2024

Deploying aws-nuke with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9876f61
Status: ✅  Deploy successful!
Preview URL: https://2d9c196a.aws-nuke.pages.dev
Branch Preview URL: https://feat-expand-names.aws-nuke.pages.dev

View logs

@ekristen ekristen mentioned this pull request Dec 26, 2024
@ekristen ekristen enabled auto-merge December 26, 2024 21:37
@ekristen ekristen merged commit 30eff30 into main Dec 26, 2024
8 checks passed
@ekristen ekristen deleted the feat-expand-names branch December 26, 2024 21:38
@ekristen
Copy link
Owner Author

🎉 This PR is included in version 3.39.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

[idea] exclude resource-types using wildcards
1 participant