-
Notifications
You must be signed in to change notification settings - Fork 669
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
ICD Service endpoint doesn't exist for region: osl01 #1158
Comments
The value of region parameter is wrong it should be provider "ibm" { |
Thanks for your reply!
Terraform failed here on
|
As a workaround you can export an environmental variable |
Thanks for your reply.
|
Hi, what is the status on this issue?
|
planning for a release in couple of days. It will be part of the relelase |
Fixed in latest release
|
Hi,
I'm trying to create PostgreSQL DB in osl01 via Terraform on IBM Cloud. Database is created, but terraform fails with error: "ICD Service endpoint doesn't exist for region: "osl01"" ".
Terraform is able to complete a job when I use another region (i.e. eu-de), but not osl01.
Terraform Version
Affected Resource(s)
ibm_database
Terraform Configuration Files
Debug Output
https://gist.github.com/Pavloro/c0c8feba0f6d66b548e69471a16c0afa
I also tried to use
region=eu-de, location=osl01
, but it didn't work:Expected Behavior
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
Actual Behavior
Error: Error getting database client settings: Error occured while configuring IBM Cloud Database Services: "ServiceEndpointDoesnotExist: ICD Service endpoint doesn't exist for region: \"osl01\""
Steps to Reproduce
terraform apply
Important Factoids
Ibm cloud cluster config
The text was updated successfully, but these errors were encountered: