Skip to content

Commit

Permalink
Fixing doc of iothub (#19829)
Browse files Browse the repository at this point in the history
  • Loading branch information
myc2h6o authored Jan 3, 2023
1 parent f2a75a6 commit 67619ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/iothub.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ An `identity` block exports the following:

---

A `shared access policy` block contains the following:
A `shared_access_policy` block contains the following:

* `key_name` - The name of the shared access policy.

Expand Down
4 changes: 4 additions & 0 deletions website/docs/r/iothub_enrichment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ resource "azurerm_iothub_enrichment" "example" {

The following arguments are supported:

* `iothub_name` - (Required) The IoTHub name of the enrichment. Changing this forces a new resource to be created.

* `resource_group_name` - (Required) The name of the resource group under which the IoTHub resource is created. Changing this forces a new resource to be created.

* `key` - (Required) The key of the enrichment. Changing this forces a new resource to be created.

* `value` - (Required) The value of the enrichment. Value can be any static string, the name of the IoT hub sending the message (use `$iothubname`) or information from the device twin (ex: `$twin.tags.latitude`)
Expand Down

0 comments on commit 67619ea

Please sign in to comment.