-
Notifications
You must be signed in to change notification settings - Fork 26
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
Feature Request: Separate TF Resource for managing databases of a DBaaS instance #136
Comments
Thanks for the suggestion, we will take it in consideration in our planning and also welcome PRs as well. |
@retrack What is the status on this feature request? |
@retrack Any updates on this? |
@retrack Hi, this issue is now open since more than a year and you said you would take it into consideration, did you already have a look at it? |
Hi @SebiSpace thanks for the heads-up. It's still something we are considering, however it's not on top of the priority list at the moment. Unfortunately we don't have a more concrete timeline to share right now but will do once we have. |
It seams like aiven (the provider used by Exoscale) is already offering this: @llambiel So I guess the API from aiven is available and could be used in a Exoscale TF resource? |
You cannot use the Aiven API in direct to manage Exoscale DBaaS resources. If you do so you'll have to setup an account with them. You won't be able to deploy the resources on top of Exoscale that way. |
@llambiel Yes I know. I mean with "available" that aiven has implemented the API on there side and that it should be possible for Exoscale to implement this API in a reasonable time? I mean this ticket is open for over one year now. |
@tstrohmeier Actually support of this feature requires more than just the Terraform implementation. Some prior work on our API has to be made before we could start with the Terraform implementation. Such work has been added in the pipe. We'll revert back to you once we have an update on this front. |
@llambiel Ok I see. Can you please keep us here in the ticket updated about the progress? |
@tstrohmeier We have started work to enable this feature in the API |
@simisoft-exo This sounds good! What is the process on it? |
The feature is available in our API. |
Hello,
It would be nice to have different resources for database instances and the databases itself.
This would allow us to manage also the databases with Terraform directly.
Example:
Links from other projects:
https://registry.terraform.io/providers/aiven/aiven/latest/docs/resources/databaseThe text was updated successfully, but these errors were encountered: