terraform-aws-modules / terraform-aws-msk-kafka-cluster

Terraform module to create AWS MSK (Managed Streaming for Kafka) resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/msk-kafka-cluster/aws
Apache License 2.0
55 stars 53 forks source link

Push v2.5 to Terraform registry #26

Closed fedeostrit closed 5 months ago

fedeostrit commented 5 months ago

Hi, I wanted to know if there is any roadmap to see the upload of version v2.5 to the terraform registry, is the current version of the registry in terraform v2.3?

image
fedeostrit commented 5 months ago

@antonbabenko ?

antonbabenko commented 5 months ago

Fixed. Thank you for opening this issue!

fedeostrit commented 5 months ago

@antonbabenko Thank you very much for the management and the quick solution

I need to ask you another question regarding Multi-VPC, is it possible to enable it with the module? Is there any config to do that? Or just enabling create_cluster_policy and adding cluster_policy_statements is it already activated automatically?

antonbabenko commented 5 months ago

I am not sure. @bryantbiggs do you know?

fedeostrit commented 5 months ago

Activating this through the console and then adding the policy through terra works, the problem is that I cannot find a way to enable multi-VPC from the module and I think it is not in the msk_cluster resource to enable this, I understand that you have to enable it first at https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/msk_cluster and then you take the value and add it to your module

bryantbiggs commented 5 months ago

Its not supported in the provider at this time https://github.com/hashicorp/terraform-provider-aws/issues/34419

github-actions[bot] commented 4 months ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.