hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.84k stars 9.19k forks source link

[New Data Source]: `aws_route53_resolver_endpoint_ip_addresses` #37915

Open AliAllomani opened 5 months ago

AliAllomani commented 5 months ago

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 on RniId dimention

Requested Resource(s) and/or Data Source(s)

Potential Terraform Configuration

data "aws_route53_resolver_endpoint_ip_addresses" "example" {
  endpoint_id = "rslvr-in-1a23456789bc1e23f"
}

References

Would you like to implement a fix?

None

github-actions[bot] commented 5 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue