Skip to content

Commit

Permalink
Fixed import example (#3783)
Browse files Browse the repository at this point in the history
Added missing space to import example.
  • Loading branch information
jake-kantonen authored and katbyte committed Jul 3, 2019
1 parent 44c58a7 commit 973d7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/application_insights_web_test.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ The following arguments are supported:
Application Insights Web Tests can be imported using the `resource id`, e.g.

```shell
terraform import azurerm_application_insights_web_test.my_test/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/microsoft.insights/webtests/my_test
terraform import azurerm_application_insights_web_test.my_test /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/microsoft.insights/webtests/my_test
```

0 comments on commit 973d7a1

Please sign in to comment.