terraform-provider-ovh icon indicating copy to clipboard operation
terraform-provider-ovh copied to clipboard

Unable to use soyoustart endpoints

Open drgroot opened this issue 4 years ago • 3 comments

provider "ovh" {
  endpoint = "soyoustart-ca"
}

Terraform Version: 0.13.4 ovh provider version: 0.9.1

Error: soyoustart-ca must be one of map[string]string{"kimsufi-ca":"https://ca.api.kimsufi.com/1.0", "kimsufi-eu":"https://eu.api.kimsufi.com/1.0", "ovh-ca":"https://ca.api.ovh.com/1.0", "ovh-eu":"https://eu.api.ovh.com/1.0", "ovh-us":"https://api.us.ovhcloud.com/1.0", "runabove-ca":"https://api.runabove.com/1.0", "soyoustart-ca":"https://ca.api.soyoustart.com/1.0", "soyoustart-eu":"https://eu.api.soyoustart.com/1.0"} endpoints

drgroot avatar Oct 14 '20 14:10 drgroot

Late answer, but I guess this is a duplicate of #147 which was fixed with 0.10.0.

pc-jedi avatar Mar 19 '21 23:03 pc-jedi

It was removed again at version 0.16.0 by 4f4d7c411f83d60e8e0a3f5d99983814c39c0d16

I don't understand why it was decided to be useless @yanndegat . I'm surely using it right now with version 0.15.0.

dr4Ke avatar Nov 24 '21 21:11 dr4Ke

hi @dr4Ke

you're absolutely right, it's a mistake, i'll reintroduce them in next release.

the fact is that, in theory, these endoints shouldn't be located in the terraform-provider-ovh but instead we should create a terraform-provider-soyoustart et and terraform-provider-kimsufi, pointing to the correct endpoints and exposing only the resources available on these APIs.

yanndegat avatar Nov 25 '21 07:11 yanndegat

Closing this issue since the provider should now be usable for Soyoustart and Kimsufi. Don't hesitate to reopen it if you still encounter issues.

amstuta avatar Mar 20 '24 11:03 amstuta