Skip to content

networking/network_security_security_rules

Overview

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

Dependency diagram (Mermaid)

graph TD azurerm_network_security_rule.rule["azurerm_network_security_rule.rule"]

Module Reference

Category: networking
Path: modules/networking/network_security_security_rules
Azure Resources: azurerm_network_security_rule

Inputs

Name Description Type Required Default Validation
settings (Required) configuration object describing the networking configuration, as described in README any yes - -
global_settings Global settings object (see module README.md) any yes - -
client_config client_config object (see module README.md) any yes - -
remote_objects any no {} -
direction any yes - -

Outputs

No outputs defined.

Sources

  • modules/networking/network_security_security_rules/module.tf
  • modules/networking/network_security_security_rules/variables.tf