New data source to retrieve ip address and their IDs for a r53r endpoint
This data source would be needed to configure cloudwatch resources for AWS/Route53Resolver based on RniId dimention
Requested Resource(s) and/or Data Source(s)
aws_route53_resolver_endpoint_ip_addresses
Potential Terraform Configuration
data "aws_route53_resolver_endpoint_ip_addresses" "example" {
endpoint_id = "rslvr-in-1a23456789bc1e23f"
}
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.
Description
New data source to retrieve ip address and their IDs for a r53r endpoint This data source would be needed to configure cloudwatch resources for
AWS/Route53Resolver
based onRniId
dimentionRequested Resource(s) and/or Data Source(s)
Potential Terraform Configuration
References
Would you like to implement a fix?
None