-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Data Source for aws_kinesis_firehose_delivery_stream #3865
Comments
I noticed this too |
Coming up on EOY. No takers from some kind soul to implement? 😉 |
Hi @bacoboy 👋 It might be helpful to know what information you're looking to get out of the data source. The resource itself is very large. |
At this point I'm just looking for a way to lookup the ARN from the name -- basically a terraform equivalent of the Top of the list is getting the ARN, but I could also see useful things in a first pass like the role and status. I agree the rest is verbose, but at least knowing S3 is configured, or ES would be helpful in a first pass even if every last detail wasn't there. |
Almost another year lapsed here. Anybody want to take a crack at this? |
Happy 2 year anniversary to this issue! 🥈 |
I too need a way to lookup existing resources. Our common infrastructure is in one terraform and the apps themselves in another. I would like to reference the arn of a firehose from common infra in the app configs where cloudfront and waf are configured. |
Happy 3rd anniversary. :) It looks like this will be pretty straight forward, so I'll make an attempt within the next few days. |
Is the AWS Terraform module still under development? It looks like a PR has been submitted. Do we just need someone to review and merge the PR? |
The goal is to simply allow referencing preexisting Delivery Streams. This is a feature a few have sought. Fixes #3865.
This functionality has been released in v3.61.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
It would be helpful to have a way to lookup an
aws_kinesis_firehose_delivery_stream
by name to get the ARN and other attributes. Usually Data Sources are used for this, but it seems to have been left out of the original implementation.Side note: I'd argue that most new resources should probably have corresponding data sources made at time they are added to this provider. Just saying...
The text was updated successfully, but these errors were encountered: