Skip to content

Commit

Permalink
Update website/docs/r/application_insights_api_key.html.markdown
Browse files Browse the repository at this point in the history
Co-Authored-By: pdecat <[email protected]>
  • Loading branch information
katbyte and pdecat committed Dec 27, 2018
1 parent 7a5dee4 commit 3ad1559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/application_insights_api_key.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ Application Insights API keys can be imported using the `resource id`, e.g.
terraform import azurerm_application_insights_api_key.my_key/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/microsoft.insights/components/instance1/apikeys/00000000-0000-0000-0000-000000000000
```

-> **Note:** The secret `api_key` cannot be retrieved after creation. You will need to edit the state by hand to set the secret value if you happen to have it backed up somewhere.
-> **Note:** The secret `api_key` cannot be retrieved during an import. You will need to edit the state by hand to set the secret value if you happen to have it backed up somewhere.

0 comments on commit 3ad1559

Please sign in to comment.