logic_app/integration_account¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurecaf_name.ia["azurecaf_name.ia"]
azurerm_logic_app_integration_account.ia["azurerm_logic_app_integration_account.ia"]
azurerm_logic_app_integration_account.ia --> azurecaf_name.ia
Module Reference¶
Category: logic_app
Path: modules/logic_app/integration_account
Azure Resources: azurecaf_name, azurerm_logic_app_integration_account
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 | - |
- |
"base_tags" |
"Base tags for the resource to be inherited from the resource group." | map(any) |
yes | - |
- |
"tags" |
"(Required) map of tags for the deployment" | any |
no | - |
- |
"location" |
"(Required) Resource Location" | string |
no | - |
- |
"resource_group_name" |
"(Required) Resource group of the Logic App" | any |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
"id" |
"The ID of the Logic App Integration Account" | - | azurerm_logic_app_integration_account.ia.id |
Sources¶
modules/logic_app/integration_account/locals.tfmodules/logic_app/integration_account/main.tfmodules/logic_app/integration_account/module.tfmodules/logic_app/integration_account/outputs.tfmodules/logic_app/integration_account/variables.tf