Skip to content

iot/consumer_groups

Overview

This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.

Dependency diagram (Mermaid)

graph TD azurecaf_name.iothub_consumer_group["azurecaf_name.iothub_consumer_group"] azurerm_iothub_consumer_group.iothubconsumergroup["azurerm_iothub_consumer_group.iothubconsumergroup"] azurerm_iothub_consumer_group.iothubconsumergroup --> azurecaf_name.iothub_consumer_group

Module Reference

Category: iot
Path: modules/iot/consumer_groups
Azure Resources: azurecaf_name, azurerm_iothub_consumer_group

Inputs

Name Description Type Required Default Validation
"settings" "The settings for the Azure resource." any yes - -
"global_settings" "Global settings object (see module README.md)" any yes - -
"resource_group_name" "(Required) Resource group of the App Service" any yes - -
"resource_group" "Resource group object to deploy the IoT Hub consumper groups" any yes - -
"iothub_name" "(Required) The name of the IoT Hub. Changing this forces a new resource to be created" any yes - -

Outputs

Name Description Sensitive Value
"id" - azurerm_iothub_consumer_group.iothubconsumergroup.id

Sources

  • modules/iot/consumer_groups/consumer_groups.tf
  • modules/iot/consumer_groups/locals.tf
  • modules/iot/consumer_groups/main.tf
  • modules/iot/consumer_groups/outputs.tf
  • modules/iot/consumer_groups/variables.tf