Skip to content

Commit

Permalink
Fix import spec (#24557)
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo authored Jan 19, 2024
1 parent df414de commit db18694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/service_plan.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/l
AppServices can be imported using the `resource id`, e.g.

```shell
terraform import azurerm_service_plan.example /subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/resGroup1/providers/Microsoft.Web/serverfarms/farm1
terraform import azurerm_service_plan.example /subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/resGroup1/providers/Microsoft.Web/serverFarms/farm1
```

0 comments on commit db18694

Please sign in to comment.