-
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
Event Grid subscription with Service Bus Queue endpoint type #4308
Comments
In the meantime, I've created an "azurerm_template_deployment" resource that you can use like a module: https://gist.github.com/timmyreilly/d474436b4e2a604368f2a0612aa897d1 The Event Grid 'events' off a Storage Account and sends the messages to a Service Bus Queue. However, the HashiCorp doc on azurerm_template_deployment resources warns us that resources created are with azurerm_template_deployment are left behind on delete and require separate clean up. BUT, because eventgrid resources are connected to the actual resources it looks like it goes away with a |
Any updates on this one? Would be awesome to have this. |
This has been released in version 2.12.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 2.12.0"
}
# ... other configuration ... |
Updates/extends resource azurerm_eventgrid_event_subscription Additions to resource azurerm_eventgrid_event_subscription: service_bus_queue_endpoint service_bus_topic_endpoint expiration_time_utc Fixes hashicorp#4308 Fixes hashicorp#4857
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! |
At the moment there is no Endpoint type Service Bus Queue for Event Grid subscriptions. Any plans to implement this in the near future? What is the alternative? Using azurerm_template_deployment instead?
The text was updated successfully, but these errors were encountered: