Skip to content

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"]

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.tf
  • modules/networking/network_profile/main.tf
  • modules/networking/network_profile/module.tf
  • modules/networking/network_profile/outputs.tf
  • modules/networking/network_profile/variables.tf