-
Notifications
You must be signed in to change notification settings - Fork 67
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
Terraform Scripts for forming PrivateLink with dedicated cluster. #81
Comments
The Zones you can see in this screenshot are different from the inputs that i've given:
|
Thanks for opening an issue @VipulZopSmart! This issue looks the same as #80 (see #80 (comment)). TLDR you might want to add
|
Thanks a lot, will verify and update here. I took help from the example and i think it was mentioned in that example. |
Update: we updated an example to include |
I've provided zones like above, now it's taking so much time to create privateLink with the right zones. @linouk23 |
@linouk23 It used to create privateLink in around 5-7 mins before, but now it's taking around 50+ mins, and still creating privateLink. How much time it takes generally, also i've checked the plan everything looks fine to me. |
@VipulZopSmart it might be an issue with our backend, could you email your networkID and orgID to |
Hi @linouk23, even after you email i'm getting into the same issue again. Could you please debugging the issue? |
Hi @linouk23 , hope you're doing well.
I've created terraform scripts for provisioning of privateLink setup with dedicated cluster.
/~https://github.com/confluentinc/terraform-provider-confluent/blob/master/examples/configurations/dedicated-privatelink-aws-kafka-acls/main.tf
There's no issue while creating PrivateLink and dedicated cluster but the issue is every time it creates privateLink with different zones -
us2-az2
,us2-az3
,us2-az4
orus2-az1
,us2-az3
,us2-az4
. but as per my zone IDs it should beus2-az1
,us2-az2
,us2-az3
. After this when i try to destroy this cluster and then provision it again then it creates with right Zones.I'm facing this issue whenever i run this scripts.
The text was updated successfully, but these errors were encountered: