-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Support for Azure Event Hub - Log compaction Feature #22155
Comments
Any updates or planned delivery date? |
This feature is still missing and would be important for a use case we have. Also, trying to import an Azure EventHub instance (
|
Last time I've looked at this (btw I don't know what I'm doing), there was some mismatch betweeen the go-azure-sdk api version and the actual api versions deployed by azure : hashicorp/go-azure-sdk#976. There has been some update, so maybe it's fixed now. This is what I had been working with: main...rutgersc:terraform-provider-azurerm:main2. |
We're in need for this feature as well. @rutgersc do you have plans on opening a PR with your changes? |
No, not yet. Running into the same issue as dico-harigkev, where it's unable to parse into an int This now also applies to the new RetentionDescription.RetentionTimeInHours:
Not sure what to do here. Of the available schema types, only int is currently available: https://github.com/hashicorp/terraform-provider-azurerm/blob/main/internal/tf/pluginsdk/schema.go. Maybe someone familiar with the codebase can weigh in on this? @tombuildsstuff? This branch is able to create the eventhub with the correct cleanup policy. |
What happened with this PR? Any input from maintainers? |
No idea, there isn't a PR yet. I likely won't spend more time on this either, maybe someone else can pick this up. |
Is there an existing issue for this?
Community Note
Description
When creating an Azure Event Hub cleanup policy can be set to "Delete" with a particular retention time or to "Compact" with a Tombstone retention time.
This new feature is currently not supported in azurerm_eventhub.
New or Affected Resource(s)/Data Source(s)
azurerm_eventhub
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: