-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
provider/aws: Add cloudformation_stack data source #8640
provider/aws: Add cloudformation_stack data source #8640
Conversation
This is a neat idea! Seems like it makes cloudformation stacks act a bit like I don't really know cloudformation enough (at all!) to be of much use in reviewing this in detail, but the general mechanism/flow looks reasonable to me. |
👍 This is a great idea! Going to look at pulling it in now. |
Thanks @radeksimko! |
@radeksimko This is awesome - I was just wondering if there's a reason the "Resources" part of the stack isn't available? Seems like it'd be useful: I suppose that's potentially more dynamic than the rest of the stack? |
@mwarkentin I can't think of a particular reason, as long as it's available via the API/SDK it makes sense to expose it. PRs welcomed. 😉 |
@radeksimko Thanks - looks like they are: http://docs.aws.amazon.com/sdk-for-go/api/service/cloudformation/#example_CloudFormation_ListStackResources Will open a separate issue - not sure if this is something I'd be able to tackle at this point (very golang noob), but could be a good learning experience. :) |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Test plan