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.85k stars 9.2k forks source link

[New Data Source]: add aws_route53profiles_profile #40242

Open ineednewpajamas opened 4 days ago

ineednewpajamas commented 4 days ago

Description

Requesting a aws_route53profiles_profile data resource to look up a single specific route53 profile, ideally by the name or id. I know the sdk and awscc only list the id but i believe this would function similar to aws_route53_zone.

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

aws_route53profiles_profile

Potential Terraform Configuration

data "aws_route53profiles_profile" "example" {
  id = "rp-example
}

data "aws_route53profiles_profile" "example" {
  name = "example
}

References

https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/route53profiles#GetProfileInput

Would you like to implement a fix?

No

github-actions[bot] commented 4 days ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue