Skip to content
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

[ENHANCEMENT] ✨ ServiceID and projectID are not coherent with the OVHcloud Terraform provider #8

Open
philippart-s opened this issue Sep 16, 2023 · 1 comment

Comments

@philippart-s
Copy link

For the operator the service id is the DB uuid and the project id is the OVHcloud public cloud project uuid.

In the OVHcloud Terraform provider to create a database the service id is the OVHcloud public cloud project id and the cluster_id is the DB uuid (https://registry.terraform.io/providers/ovh/ovh/latest/docs/resources/cloud_project_database_postgresql_user).

I think it's confusing when we use both of tools (operator and terraform).

@apinter
Copy link

apinter commented Dec 20, 2023

This exactly. I'm personally pretty new to OVH - just like our org - and to be fully honest this type of issues is making life fairly miserable. The only way one can decode the meaning of these new terminologies is by checking the api endpoints or working with the TF provider prior.
Another note I would make here is that the documentation in this repo is not in line with the documentation on the OVH help page. I understand that the work here is Apache licensed, but that doesn't make it any less confusing, and it still serves as added value to OVH paid services.

@apinter apinter mentioned this issue Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants