terraform-provider-ovh
terraform-provider-ovh copied to clipboard
Unable to use soyoustart endpoints
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
Late answer, but I guess this is a duplicate of #147 which was fixed with 0.10.0.
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.
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.
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.