Skip to content

Commit 0ac50f3

Browse files
Singleykatbyte
authored andcommitted
Update servicebus_subscription_rule.html.markdown (#4051)
The import example for the subscription filter is incorrect- the resource type is 'azurerm_servicebus_subscription', where it should be 'azurerm_servicebus_subscription_rule'
1 parent bd22be3 commit 0ac50f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/servicebus_subscription_rule.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,5 @@ The following attributes are exported:
160160
Service Bus Subscription Rule can be imported using the `resource id`, e.g.
161161

162162
```shell
163-
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
163+
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
164164
```

0 commit comments

Comments
 (0)