Skip to content

logic_app/trigger_http_request

Overview

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

Dependency diagram (Mermaid)

graph TD azurecaf_name.laachr["azurecaf_name.laachr"] azurerm_logic_app_trigger_http_request.laachr["azurerm_logic_app_trigger_http_request.laachr"] azurerm_logic_app_trigger_http_request.laachr --> azurecaf_name.laachr

Module Reference

Category: logic_app
Path: modules/logic_app/trigger_http_request
Azure Resources: azurecaf_name, azurerm_logic_app_trigger_http_request

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_http_request.laachr.id

Sources

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