Skip to content
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

Event Hub Terraform provider reports error "EventHub Partition Count has to be between 2 and 32" #3436

Closed
prasadker opened this issue May 14, 2019 · 2 comments

Comments

@prasadker
Copy link

I can create a eventhub with partition count set to 1 from the portal UI if the Eventhub namespace has kafka enabled set to true. On the other hand, the terraform azurerm does not allows me to do it. I get this error: Error: module.eventhub.azurerm_eventhub.eventhub[1]: EventHub Partition Count has to be between 2 and 32”

Affected Resource(s)

  • azurerm_eventhub

Expected Behavior

Event hub should have supported 1 partition count.

Actual Behavior

Shows error - EventHub Partition Count has to be between 2 and 32. EH does support 1 to 32 partitions now. https://github.com/Azure/azure-rest-api-specs/blob/master/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/EventHub.json is the latest swagger which indicates that.

References

https://github.com/Azure/azure-rest-api-specs/blob/master/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/EventHub.json

@prasadker
Copy link
Author

Duplicate of #3433

@ghost
Copy link

ghost commented Jun 14, 2019

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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!

@ghost ghost locked and limited conversation to collaborators Jun 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants