-
Notifications
You must be signed in to change notification settings - Fork 47
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
Creation of any resources of "confluentcloud" provider is running indefinitly #49
Comments
@Zico56 Can you post some logs with Thanks |
Hello, Sure, here are some logs... 2020/11/20 12:04:04 [INFO] backend/local: apply calling Apply |
Any news on this issue ? |
Hello, Tested with linux version. It is working (same configuration, terraform version). Any ideas ? Plugin compilation problem ? |
Me again :) I went deeper in the analysis. I found that, on windows only (as it works on linux), in the case of creation of a new envrionment for instance, the process is lock in function "getOrganizationID" from resource_environment.go. Seems that program stay stuck when reusing ccloud client object. The request is hanging on Seems a bit similar to follwoing issue: I don't have sufficient knwoledge in Go and TF to do more investigation on this point. |
One more update... I tested with local compile with both packages "confluentcloud" and "ccloud" saved in local (on windows)....and it's OK I believe it's something in compilation process....but what ? |
happens to us as well (linux/mac). |
This is happening for me with the creation of Kafka and Schema Registry API keys. If I do not provide the user_id block it creates it fine tied to the user I am authenticating with. @Mongey Is there any update on this issue or a workaround? Terraform: 0.13.5
|
Hello,
I'm facing to the following issue:
The process is blocked:
"confluentcloud_environment.environment: Still creating... [1min30s elapsed]"...and infinitely incrementing
Initially, I wanted to create a "confluentcloud_service_account" using environment & cluster already existing in Confluent Cloud,
not working.....
Then try to create new resources "confluentcloud_environment" and "confluentcloud_kafka_cluster" using TF....it neither work.
The process get stuck.
Any help or advice on this problem ?
Originally posted by @Zico56 in #15 (comment)
The text was updated successfully, but these errors were encountered: