-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RDS Proxy #190
Comments
+1 |
3 similar comments
+1 |
+1 |
+1 |
I know, we all want to have this immediately after AWS re:invent. We can't do much without having this feature supported by Terraform AWS provider before we can add it to this module. From what I understand, it is not supported there yet. Am I wrong? |
When is support for RDS proxy coming ? |
@antonbabenko pleas refer to these. The AWS cli supports it now. |
Terraform does not call the AWS CLI. Support needs to be added to the terraform aws provider before this module can use the feature. There's an issue requesting support here: hashicorp/terraform-provider-aws#12690 |
+1 |
1 similar comment
+1 |
This resource is now supported in AWS provider v3.5.0 (ref hashicorp/terraform-provider-aws#12704). |
we'll need to wait most likely for the proxy target before we can look at bringing this in. without the target, the proxy is not pointed at any database instances and therefore not usable unless manually configured. hopefully this resource makes it in on 3.6.0 hashicorp/terraform-provider-aws#12784 |
Any idea how do I add Database proxies to a lambda in terraform? I am afraid it is not supported (not sure if this PR will solve it) |
This has been released in version 3.9.0 of the Terraform AWS provider. |
It seems not to support yet |
Still not supported? |
what is the question? |
The question is probably related to some people having an expectation that this feature should be part of this module also. I don't think so because RDS Proxy is a rather complex piece (see resources created in the module). I would like us to have a link in the README to the https://github.com/clowdhaus/terraform-aws-rds-proxy explaining relations. |
ah ok, I see. I didn't know if it was asking about RDS Proxy support in the module or support to add the config to Lambda functions, etc. Yes I can add something to the documentation. I agree - especially with having multiple proxies point to the same RDS instance (i.e. - one for IAM auth, one for standard auth, etc.), and we would also need to add support for the Aurora module as well - its best if its separate. makes life more simple and the modules easier to manage |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Hi,
When does the RDS Proxy support get released in terraform released during 2019 reinvent? I see the service supported in the RDS console already (us-west-2).
The text was updated successfully, but these errors were encountered: