-
Notifications
You must be signed in to change notification settings - Fork 164
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
DLI ERROR? #560
Comments
@tadeuif Which environment are you using? This usually happens when there's no such endpoint in the IAM service catalog. |
Thx for the answer! |
@tadeuif and @niuzhenguo I have exactly same behavior to create a DLI-CU using terraform |
@tadeuif @fabiobo2005 You can create a ticket on Cloud side to register the endpoint for DLI in that region to fix this. And also we are refactoring this part on Terraform side to not relay on the IAM catalog, which should be done in the next version. |
Hi @tadeuif @fabiobo2005 we do many efforts on the service endpoints since #538, and also support the customizing service endpoints by #741, so the endpoint error will no longer occur and be easy to fix. I will close it temporarily, If you have any questions, please reopen it. Thanks. |
resource "huaweicloud_dli_queue" "queue" {
name = var.name
cu_count = var.cu_count
}
Apparently, I can't run this simple resource to create the DLI queue, and I really don't know if it's a bug or anything else.
Error:
Anyone have experienced this?
Provider version = 1.19.0
Terraform version = 0.13.2
Thanks!
The text was updated successfully, but these errors were encountered: