Skip to content

iot/iot_central_application

Overview

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

Dependency diagram (Mermaid)

graph TD azurecaf_name.iotcentral_application["azurecaf_name.iotcentral_application"] azurerm_iotcentral_application.iotcentralapplication["azurerm_iotcentral_application.iotcentralapplication"] azurerm_iotcentral_application.iotcentralapplication --> azurecaf_name.iotcentral_application

Module Reference

Category: iot
Path: modules/iot/iot_central_application
Azure Resources: azurecaf_name, azurerm_iotcentral_application

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 - -
"location" "(Required) Region in which the resource will be deployed" any yes - -
"resource_group_name" "(Required) Resource group" any yes - -
"resource_group" "Resource group object to deploy the IoT central application" any yes - -
"base_tags" "Base tags for the resource to be inherited from the resource group." bool yes - -

Outputs

Name Description Sensitive Value
"id" - azurerm_iotcentral_application.iotcentralapplication.id

Sources

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