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
}
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
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
References
https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/route53profiles#GetProfileInput
Would you like to implement a fix?
No