Skip to content

Commit

Permalink
azurerm_app_service_certificate - Fix typo in import example (#5136)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlundy2 authored and katbyte committed Dec 12, 2019
1 parent d8c385f commit 088c976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/app_service_certificate.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ The following attributes are exported:
App Service certificates can be imported using the `resource id`, e.g.

```shell
terraform import azurerm_app_certificate.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Web/certificates/certificate1
terraform import azurerm_app_service_certificate.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Web/certificates/certificate1
```

0 comments on commit 088c976

Please sign in to comment.