Skip to content

logic_app/trigger_custom

Overview

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

Dependency diagram (Mermaid)

graph TD azurecaf_name.latc["azurecaf_name.latc"] azurerm_logic_app_trigger_custom.latc["azurerm_logic_app_trigger_custom.latc"] azurerm_logic_app_trigger_custom.latc --> azurecaf_name.latc

Module Reference

Category: logic_app
Path: modules/logic_app/trigger_custom
Azure Resources: azurecaf_name, azurerm_logic_app_trigger_custom

Inputs

Name Description Type Required Default Validation
global_settings Global settings object (see module README.md) any yes - -
client_config Client configuration object (see module README.md). any yes - -
settings Settings object (see module README.md). any yes - -
logic_app_id (Required) Specifies the ID of the Logic App Workflow any yes - -

Outputs

Name Description Sensitive Value
id The ID of the HTTP Request Trigger within the Logic App Workflow - azurerm_logic_app_trigger_custom.latc.id

Sources

  • modules/logic_app/trigger_custom/main.tf
  • modules/logic_app/trigger_custom/module.tf
  • modules/logic_app/trigger_custom/outputs.tf
  • modules/logic_app/trigger_custom/variables.tf