networking/network_profile¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurerm_network_profile.this["azurerm_network_profile.this"]
remote:networking["remote:networking"]
remote:virtual_networks["remote:virtual_networks"]
azurerm_network_profile.this --> remote:networking
azurerm_network_profile.this --> remote:virtual_networks
Module Reference¶
Category: networking
Path: modules/networking/network_profile
Azure Resources: azurerm_network_profile
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" |
"The settings for the Azure resource." | any |
yes | - |
- |
"resource_group" |
any |
yes | - |
- | |
"remote_objects" |
any |
yes | - |
- | |
"base_tags" |
any |
no | {} |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
"id" |
- | azurerm_network_profile.this.id |
Sources¶
modules/networking/network_profile/locals.tfmodules/networking/network_profile/main.tfmodules/networking/network_profile/module.tfmodules/networking/network_profile/outputs.tfmodules/networking/network_profile/variables.tf