-
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
Feature Request: Service Bus Subscription AutoForward #810
Comments
hey @tribet84 Thanks for opening this issue Taking a quick look into this it appears support for Thanks! |
Thanks for the quick answer @tombuildsstuff Any (rough) deadline? my company is assessing infrastructure tools and terraform looks interesting. |
@tribet84 since it's not a big change and it already exists in the SDK - my guess would be that we'd get to this sometime in the next couple of weeks. Hope that helps |
Thanks that helps a lot!
|
We are also about starting to start trailing using terraform with azure. One of our key components makes use of auto forwarding so this feature would be hugely beneficial for us It looks like this change is almost ready to be approved? |
Hi @jpovey That is correct, I expect this change to be approved and merged soon. |
…oforward Add forward_to property to servicebus subscription resource. Fixes #810
I work for a company called ASOS and we are close to adopting Terraform in production. The fact that you guys got this request finished in 15 days may help me to convince my managers to move forward using this great tool. Do you guys know when the release will be public? |
@tribet84 glad to hear it solves your issue - we should be doing a release next week :) |
👋 hey @tribet84 Just to let you know that support for this has just been released in v1.2.0 of the AzureRM Provider - full details of what's included are available here: https://github.com/terraform-providers/terraform-provider-azurerm/blob/v1.2.0/CHANGELOG.md#120-march-02-2018 Thanks! |
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 👉 hashibot-feedback@hashicorp.com. Thanks! |
Subscription
ForwardTo
property is a very powerful feature in service bus but a particularly tricky thing to configure (e.g. the new Azure portal doesn't even provide a mechanism).It would be awesome to be able to configure AutoForward from terraform. At the moment I'm using terraform
azurerm_template_deployment
resource to inject the following arm, hope helps:The text was updated successfully, but these errors were encountered: