networking/application_security_group¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurecaf_name.asg["azurecaf_name.asg"]
azurerm_application_security_group.asg["azurerm_application_security_group.asg"]
azurerm_application_security_group.asg --> azurecaf_name.asg
Module Reference¶
Category: networking
Path: modules/networking/application_security_group
Azure Resources: azurecaf_name, azurerm_application_security_group
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
location |
(Optional) 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 | - |
- |
base_tags |
Enable tags inheritence. | bool |
yes | - |
- |
settings |
The settings for the Azure resource. | any |
yes | - |
- |
global_settings |
Global settings object (see module README.md) | any |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
id |
- | azurerm_application_security_group.asg.id |
Sources¶
modules/networking/application_security_group/locals.tfmodules/networking/application_security_group/main.tfmodules/networking/application_security_group/module.tfmodules/networking/application_security_group/outputs.tfmodules/networking/application_security_group/variables.tf