Error: error creating LoadBalancer: Resource not found: [POST https://elb.eu-nl.otc.t-systems.com//v2.0/lbaas/loadbalancers], error message: {"error_msg":"The API does not exist or has not been published in the environment","error_code":"APIGW.0101","request_id":""}
There is a double slash in the API call: https://elb.eu-nl.otc.t-systems.com//v2.0/lbaas/loadbalancers, which is not in eu-de region: https://elb.eu-de.otc.t-systems.com/v2.0/lbaas/loadbalancers
Terraform provider version
Terraform v1.0.4 on linux_amd64
Affected Resource(s)
Debug Output/Panic Output
Error: error creating LoadBalancer: Resource not found: [POST https://elb.eu-nl.otc.t-systems.com//v2.0/lbaas/loadbalancers], error message: {"error_msg":"The API does not exist or has not been published in the environment","error_code":"APIGW.0101","request_id":""}
Steps to Reproduce
terraform apply -target=opentelekomcloud_lb_loadbalancer_v2.elb
Expected Behavior
It should create an ELB
Actual Behavior
Error returns "API does not exist".
Important Factoids
There is a double slash in the API call:
https://elb.eu-nl.otc.t-systems.com//v2.0/lbaas/loadbalancers
, which is not in eu-de region:https://elb.eu-de.otc.t-systems.com/v2.0/lbaas/loadbalancers