Skip to content

logic_app/action_http

Overview

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

Dependency diagram (Mermaid)

graph TD azurecaf_name.laah["azurecaf_name.laah"] azurerm_logic_app_action_http.laah["azurerm_logic_app_action_http.laah"] azurerm_logic_app_action_http.laah --> azurecaf_name.laah

Module Reference

Category: logic_app
Path: modules/logic_app/action_http
Azure Resources: azurecaf_name, azurerm_logic_app_action_http

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 Action within the Logic App Workflow - azurerm_logic_app_action_http.laah.id

Sources

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