-
-
Notifications
You must be signed in to change notification settings - Fork 356
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
add support for nuking app runner service(s). #722
add support for nuking app runner service(s). #722
Conversation
@@ -22,6 +22,7 @@ type Config struct { | |||
APIGatewayV2 ResourceType `yaml:"APIGatewayV2"` | |||
AccessAnalyzer ResourceType `yaml:"AccessAnalyzer"` | |||
AutoScalingGroup ResourceType `yaml:"AutoScalingGroup"` | |||
AppRunnerService ResourceType `yaml:"AppRunnerService"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You probably need to update the config_test.go
file to pass the unit test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually you right - but seem like that test is also failing on master for me :| will fix it today
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorted, but I needed to add field names
to the test file, this way it should be easier to maintain when new fields will be added.
170c7ff
to
921582c
Compare
Triggered the test pipeline. Also manually tested in locally. Seems to be working fine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Fixes #000.
add support for cleaning up App Runner Services
TODOs
Read the Gruntwork contribution guidelines.
nuke_sandbox
andnuke_phxdevops
jobs in.circleci/config.yml
have been updated with appropriate exclusions (either directly in the job or via the.circleci/nuke_config.yml
file) to prevent nuking IAM roles, groups, resources, etc that are important for the test accounts.Release Notes (draft)
Added support for nuking
app runner service(s)
.Migration Guide