Closed jrindy-iterable closed 4 weeks ago
Hi @jrindy-iterable, thanks for raising this - I've marked it as an enhancement to add this.
@bpandola Is this feature part of your RDS fork, by any chance? If not I'm happy to implement it, but I just wanted to check. If it is already implemented, there's no point in me doing the work again, and it will only make the merge of your work more difficult.
@bblommers Not in my fork. Have at it. 😄
Request
It would be great if Moto added support for db proxy target groups. According to the RDS feature list it is missing both the describe and modify action:
[ ] describe_db_proxy_target_groups
&[] modify_db_proxy_target_group
. Using the following code, Terraform eventually times out after a long while and gives the following error:Thank you!
Reproduction
providers.tf
rds-prereqs.tf
rds.tf
Expectation
It would be exceptional if I could create an
aws_db_proxy_default_target_group
andaws_db_proxy_target
with Terraform using Moto to mock AWS for testing purposes for code utilizing these resources. Thanks again!Current Setup
A very basic
docker-compose.yml
file: