-
-
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 config example #788
add config example #788
Conversation
4594ee6
to
ed71ced
Compare
aws/resource_registry.go
Outdated
@@ -64,7 +64,6 @@ func getRegisteredRegionalResources() []AwsResource { | |||
&resources.AppRunnerService{}, | |||
&resources.BackupVault{}, | |||
&resources.ManagedPrometheus{}, | |||
&resources.Grafana{}, |
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.
can you rebase? both Grafana and ElasticCacheServerless where already merge
a66ceb6
to
f498908
Compare
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.
Hi all, I just saw this was approved now. Please note my comments here and here.
I don't know what happened. They were initially fixed when I made these comments and the conversation resolved, but now it seems like those commits have disappeared. Could you take a look at that before merging, please? Thanks!
Hmm not sure what happened there but it's resolved now. |
Hey @denis256, can you please approve the PR once again? |
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.
For what its worth, I approve too 😉
Description
fixes #786.
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 / Removed / Updated [X].
Migration Guide