compute/container_app¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurecaf_name.ca["azurecaf_name.ca"]
azurerm_container_app.ca["azurerm_container_app.ca"]
module.custom_domains["module.custom_domains"]
azurerm_container_app.ca --> azurecaf_name.ca
module.custom_domains --> azurerm_container_app.ca
Module Reference¶
Category: compute
Path: modules/compute/container_app
Azure Resources: azurecaf_name, azurerm_container_app
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
"base_tags" |
"Base tags for the resource to be inherited from the resource group." | bool |
yes | - |
- |
"client_config" |
"Client configuration object (see module README.md)." | any |
yes | - |
- |
"diagnostics" |
any |
yes | - |
- | |
"diagnostic_profiles" |
any |
yes | - |
- | |
"combined_diagnostics" |
any |
yes | - |
- | |
"combined_resources" |
"Provide a map of combined resources for environment_variables_from_resources" | any |
no | {} |
- |
"global_settings" |
any |
yes | - |
- | |
"resource_group_name" |
any |
yes | - |
- | |
"resource_group" |
"Resource group object to deploy the Azure resource" | any |
yes | - |
- |
"settings" |
"The settings for the Azure resource." | any |
yes | - |
- |
"container_app_environment_id" |
any |
yes | - |
- | |
"remote_objects" |
"Remote objects for dependencies." | any |
no | {} |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
"id" |
- | azurerm_container_app.ca.id |
|
"custom_domain_verification_id" |
- | azurerm_container_app.ca.custom_domain_verification_id |
|
"latest_revision_fqdn" |
- | azurerm_container_app.ca.latest_revision_fqdn |
|
"latest_revision_name" |
- | azurerm_container_app.ca.latest_revision_name |
|
"outbound_ip_addresses" |
- | azurerm_container_app.ca.outbound_ip_addresses |
|
"custom_domains" |
- | module.custom_domains |
Sources¶
modules/compute/container_app/container_app.tfmodules/compute/container_app/custom_domain.tfmodules/compute/container_app/locals.tfmodules/compute/container_app/main.tfmodules/compute/container_app/managed_identities.tfmodules/compute/container_app/outputs.tfmodules/compute/container_app/variables.tf