-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Support external endpoint ARNs #71
Comments
sounds like a good first issue if you want to open a PR |
This issue has been resolved in version 2.3.0 🎉 |
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. |
Is your request related to a new offering from AWS?
Is your request related to a problem? Please describe.
Replication tasks in this module only support endpoints that are also created by the same instance of the module. They do not accept
source_endpoint_arn
nortarget_endpoint_arn
.Describe the solution you'd like.
I would like to be able to supply
source_endpoint_arn
andtarget_endpoint_arn
toaws_dms_replication_config
andaws_dms_replication_task
created by this module. This allows for reusing endpoints across instances of this module, rather than requiring duplicate endpoints for every data source/target.Describe alternatives you've considered.
There are no alternatives to the functionality restricted by this module, besides building the
aws_dms_replication_config
andaws_dms_replication_task
outside the module.Additional context
The text was updated successfully, but these errors were encountered: