Skip to content

Commit

Permalink
Update servicebus_subscription_rule.html.markdown (#4051)
Browse files Browse the repository at this point in the history
The import example for the subscription filter is incorrect- the resource type is 'azurerm_servicebus_subscription', where it should be 'azurerm_servicebus_subscription_rule'
  • Loading branch information
Singley authored and katbyte committed Aug 9, 2019
1 parent bd22be3 commit 0ac50f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/servicebus_subscription_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,5 @@ The following attributes are exported:
Service Bus Subscription Rule can be imported using the `resource id`, e.g.

```shell
terraform import azurerm_servicebus_subscription.test /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/microsoft.servicebus/namespaces/sbns1/topics/sntopic1/subscriptions/sbsub1/rules/sbrule1
terraform import azurerm_servicebus_subscription_rule.test /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/microsoft.servicebus/namespaces/sbns1/topics/sntopic1/subscriptions/sbsub1/rules/sbrule1
```

0 comments on commit 0ac50f3

Please sign in to comment.