The data source route53_resolver_rules supports retrieving rules by name regex, but there is no method available to retrieve the rules by domain name
AWS API returns the domain name of the rule as part of the response which can be used to support filtering by domain name the same way filtering by rule name is implemented
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
The data source
route53_resolver_rules
supports retrieving rules by name regex, but there is no method available to retrieve the rules by domain nameAWS API returns the domain name of the rule as part of the response which can be used to support filtering by domain name the same way filtering by rule name is implemented
Affected Resource(s) and/or Data Source(s)
Potential Terraform Configuration
References
Would you like to implement a fix?
None