Azure Messaging Iothub Enrichment
This page shows how to write Terraform and Azure Resource Manager for Messaging Iothub Enrichment and write them securely.
azurerm_iothub_enrichment (Terraform)
The Iothub Enrichment in Messaging can be configured in Terraform with the resource name azurerm_iothub_enrichment. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
-
endpoint_namesrequired - list of string -
idoptional computed - string -
iothub_namerequired - string -
keyrequired - string -
resource_group_namerequired - string -
valuerequired - string -
timeoutssingle block
Explanation in Terraform Registry
Manages an IotHub Enrichment
NOTE: Enrichment can be defined either directly on the
azurerm_iothubresource, or using theazurerm_iothub_enrichmentresources - but the two cannot be used together. If both are used against the same IoTHub, spurious changes will occur.
Microsoft.Devices/IotHubs/Enrichments (Azure Resource Manager)
The IotHubs/Enrichments in Microsoft.Devices can be configured in Azure Resource Manager with the resource name Microsoft.Devices/IotHubs/Enrichments. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.