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

New Resource: azurerm_servicebus_subscription_virtual_network_rule #2255

Closed
steve-hawkins opened this issue Nov 6, 2018 · 5 comments
Closed

Comments

@steve-hawkins
Copy link
Contributor

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Much like the azurerm_sql_virtual_network_rule it would be great to have one for Service Bus Namespace

New or Affected Resource(s)

  • azurerm_servicebus_namespace_virtual_network_rule

Potential Terraform Configuration

resource "azurerm_servicebus_namespace_virtual_network_rule" "example" {
  name                    = "servicebus_vnet_rule"
  resource_group_name     = "${azurerm_resource_group.example.name}"
  servicebus_namespace_id = "${azurerm_serverbus_namespace.example.id}"
  subnet_id               = "${azurerm_subnet.example.id}"
}
@tombuildsstuff tombuildsstuff changed the title azurerm_servicebus_namespace_virtual_network_rule azurerm_servicebus_subscription_virtual_network_rule Nov 6, 2018
@tombuildsstuff tombuildsstuff changed the title azurerm_servicebus_namespace_virtual_network_rule azurerm_servicebus_subscription_virtual_network_rule Nov 6, 2018
@tombuildsstuff tombuildsstuff changed the title azurerm_servicebus_subscription_virtual_network_rule New Resource: azurerm_servicebus_subscription_virtual_network_rule Nov 6, 2018
@tombuildsstuff
Copy link
Contributor

hey @steve-hawkins

Thanks for opening this issue :)

Taking a quick look into this it appears this is supported by the Azure SDK but is scoped at a Service Bus Subscription level, rather than the Namespace level (as such I've updated the issue title).

Thanks!

@aristosvo
Copy link
Contributor

aristosvo commented Apr 13, 2020

I want to give this one a try! 🚀

Update: #6379 fixes the issue by adding a azurerm_servicebus_namespace_network_rule. If that's not your use-case, let me know! @steve-hawkins

@jbinko
Copy link
Contributor

jbinko commented Feb 2, 2021

@tombuildsstuff : As going through old items to investigate. This seems to be done and ready to be closed.

@favoretti
Copy link
Contributor

Since this issue seems to have been addressed in the latest versions of the provider - I'm going to close it. Please open a new updated bug report if this is still relevant. Thank you.

@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
5 participants