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

Auto scaling target/policy creation failing in il-central-1 #14

Closed nishsak96 closed 11 months ago

nishsak96 commented 11 months ago

Description

In regions like il-central-1(Tel Aviv, Israel), we have MSK but it does not support autoscaling groups yet. In such cases when we try to create MSK using this module, it breaks with a "Not Authorized to perform this action" exception.

If your request is for a new feature, please use the Feature request template.

Versions

Reproduction Code [Required]

Steps to reproduce the behavior: Create AWS MSK in il-central-1 using this terraform module.

Expected behavior

Should work. (Making autoscaling targets/policies optional will do the job)

Actual behavior

Breaking.

antonbabenko commented 11 months ago

This issue has been resolved in version 2.3.0 :tada:

github-actions[bot] commented 10 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.