terraform-provider-aws
terraform-provider-aws copied to clipboard
[New Service]: AWS Resource Explorer
Description
AWS has release a new service that helps finding resources in accounts. It indexes all resource on regions it is set up and then one can query for resource types, by tags, missing tags etc...
From their doc:
AWS Resource Explorer is a resource search and discovery service. By using Resource Explorer, you can explore your resources using an internet search engine-like experience. Examples of resources include Amazon Relational Database Service (Amazon RDS) instances, Amazon Simple Storage Service (Amazon S3) buckets, or Amazon DynamoDB tables. You can search for your resources using resource metadata like names, tags, and IDs. Resource Explorer can search across all of the AWS Regions in your account in which you turn the service on, to simplify your cross-Region workloads.
It seems that the Go SDK doesn't yet support this feature, it came out yesterday (8th Nov)
Requested Resource(s) and/or Data Source(s)
This may not be the best way to split it up.
- aws_resource_explorer_index
- aws_resource_explorer_view
- aws_resource_explorer_resource_tags
Data sources:
- aws_resource_explorer_resource_types
- aws_resource_explorer_resource_tags
Potential Terraform Configuration
No response
References
https://aws.amazon.com/blogs/aws/introducing-aws-resource-explorer-quickly-find-resources-in-your-aws-account/ https://docs.aws.amazon.com/resource-explorer/latest/apireference/Welcome.html
Would you like to implement a fix?
No response
Community Note
Voting for Prioritization
- Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
- Please see our prioritization guide for information on how we prioritize.
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
- If you are interested in working on this issue, please leave a comment.
- If this would be your first contribution, please review the contribution guide.
Requires AWS SDK for Go v1.44.133: #27712.
Looks like https://github.com/hashicorp/terraform-provider-aws/pull/27712 has merged. Any ideas on the LOE of getting support added to the provider?
+1
Resolved as of v4.51.0
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.