Skip to content

webapps/asev3

Overview

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

Dependency diagram (Mermaid)

graph TD azurecaf_name.asev3["azurecaf_name.asev3"] azurerm_app_service_environment_v3.asev3["azurerm_app_service_environment_v3.asev3"] azurerm_private_dns_a_record.a_records["azurerm_private_dns_a_record.a_records"] module.diagnostics["module.diagnostics"] azurerm_app_service_environment_v3.asev3 --> azurecaf_name.asev3 azurerm_private_dns_a_record.a_records --> azurecaf_name.asev3 azurerm_private_dns_a_record.a_records --> azurerm_app_service_environment_v3.asev3 module.diagnostics --> azurerm_app_service_environment_v3.asev3

Module Reference

Category: webapps
Path: modules/webapps/asev3
Azure Resources: azurecaf_name, azurerm_app_service_environment_v3, azurerm_private_dns_a_record

Inputs

Name Description Type Required Default Validation
global_settings Global settings object (see module README.md) any yes - -
settings The settings for the Azure resource. any yes - -
base_tags Base tags for the resource to be inherited from the resource group. bool yes - -
subnet_id any yes - -
location (Required) Resource Location any no - -
resource_group_name Resource group object to deploy the Azure resource string no - -
resource_group Resource group object to deploy the Azure resource any yes - -
private_dns any no {} -
diagnostics any no - -
diagnostic_profiles any no - -

Outputs

Name Description Sensitive Value
id App Service Environment Resource Id - azurerm_app_service_environment_v3.asev3.id
name App Service Environment Name - azurecaf_name.asev3.result
internal_inbound_ip_addresses - azurerm_app_service_environment_v3.asev3.internal_inbound_ip_addresses
external_inbound_ip_addresses - azurerm_app_service_environment_v3.asev3.external_inbound_ip_addresses
subnet_id - var.subnet_id
a_records - azurerm_private_dns_a_record.a_records

Sources

  • modules/webapps/asev3/diagnostic.tf
  • modules/webapps/asev3/locals.tf
  • modules/webapps/asev3/main.tf
  • modules/webapps/asev3/module.tf
  • modules/webapps/asev3/outputs.tf
  • modules/webapps/asev3/private_dns_records.tf
  • modules/webapps/asev3/variables.tf