-
Notifications
You must be signed in to change notification settings - Fork 46
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
How to add new resources #108
Comments
Hi @rburchill 👋
Thanks you :-) As a little feedback, can you tell me what you like most about
I think it's time to close this issue; you are right, listing resources is (mostly) auto-generated with this generator and the Terraform AWS Provider handles the deletion part. I just checked why the generator doesn't support |
Sure, off the top of my head:
So to describe my need a little, I do work in an AWS account for a week or two, and after that, I want to reset the account into a clean, pristine state. So in the Athena case, I'd be happy with a nuke from orbit remove all resources approach walking up the tree to delete all parent resources (unless explicitly excluded). This may not be what other users would want though... |
Thanks for your feedback, @rburchill. Very helpful to me. I definitely will think about and then work on an approach to handle resources that depend on other resources as one of the next features. I'll let you know what I come up with and probably will ask for your feedback again during that process. |
Yea, this would be a killer feature, a "roll up" of all dependencies like the AWS Console does for VPC's and other resources. |
Great tool, by far the best out the several I've used.
I'd like to add some more resources, starting with
aws_athena_named_query
but possibly more in the future.Is this guide still relevant, #21? It seems like you're working on a way to auto-generate the code. Would it be better to wait?
Thanks,
The text was updated successfully, but these errors were encountered: