confluentinc / terraform-provider-confluentcloud

Confluent Cloud Terraform Provider is deprecated in favor of Confluent Terraform Provider
https://registry.terraform.io/providers/confluentinc/confluentcloud/latest/docs
52 stars 23 forks source link

creation of networks and dedicated clusters over the private link #45

Closed tatianameleshko closed 2 years ago

tatianameleshko commented 2 years ago

Hello, When the functional to create networks and dedicated clusters over the private link will be available? Thank you

linouk23 commented 2 years ago

Thanks for asking @tatianameleshko!

These resources should be available next (or even current) quarter but I can’t promise anything.

linouk23 commented 2 years ago

@tatianameleshko we're very excited to let you know we've just published a new version of TF Provider that includes network / privatelink / peering resources among other very exciting improvements: it enables fully automated provisioning of our key Kafka workflows (see the demo) with no more manual intervention and makes it our biggest and most impactful release.

The only gotcha we've renamed it from confluentinc/confluentcloud to confluentinc/confluent but we published a migration guide so it should be fairly straightforward. The existing confluentinc/confluentcloud will be deprecated soon so we'd recommend switching as soon as possible.

New confluentinc/confluent provider also includes a lot of sample configurations so you won't need to write them from scratch. You can find them here, find a full list of changes here.

To be more specific, here's the example of a setup Dedicated Kafka cluster on AWS that is accessible via PrivateLink connections with authorization using RBAC: https://github.com/confluentinc/terraform-provider-confluent/tree/master/examples/configurations/dedicated-privatelink-aws-kafka-rbac