Data Source: azurerm_servicebus_topic_authorization_rule

Use this data source to access information about a ServiceBus Topic Authorization Rule within a ServiceBus Topic.

Example Usage

data "azurerm_servicebus_topic_authorization_rule" "example" {
  name                = "example-tfex_name"
  resource_group_name = "example-resources"
  namespace_name      = "example-namespace"
  topic_name          = "example-servicebus_topic"
}

output "servicebus_authorization_rule_id" {
  value = data.azurem_servicebus_topic_authorization_rule.example.id

}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: