Skip to content

logic_app/action_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.laac["azurecaf_name.laac"] azurerm_logic_app_action_custom.laac["azurerm_logic_app_action_custom.laac"] azurerm_logic_app_action_custom.laac --> azurecaf_name.laac

Module Reference

Category: logic_app
Path: modules/logic_app/action_custom
Azure Resources: azurecaf_name, azurerm_logic_app_action_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 Action within the Logic App Workflow - azurerm_logic_app_action_custom.laac.id

Sources

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