Skip to content

networking/network_watcher

Overview

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

Dependency diagram (Mermaid)

graph TD azurecaf_name.netwatcher["azurecaf_name.netwatcher"] azurerm_network_watcher.netwatcher["azurerm_network_watcher.netwatcher"] azurerm_network_watcher.netwatcher --> azurecaf_name.netwatcher

Module Reference

Category: networking
Path: modules/networking/network_watcher
Azure Resources: azurecaf_name, azurerm_network_watcher

Inputs

Name Description Type Required Default Validation
resource_group_name (Required) The name of the resource group where to create the resource. string yes - -
location (Required) Specifies the supported Azure location where to create the resource. Changing this forces a new resource t... string yes - -
settings any no {} -
tags (Required) Map of tags to be applied to the resource map(any) yes - -
base_tags Base tags for the resource to be inherited from the resource group. map(any) yes - -
global_settings Global settings object (see module README.md) any yes - -

Outputs

Name Description Sensitive Value
id - azurerm_network_watcher.netwatcher.id
name - azurerm_network_watcher.netwatcher.name
resource_group_name - var.resource_group_name

Sources

  • modules/networking/network_watcher/locals.tf
  • modules/networking/network_watcher/main.tf
  • modules/networking/network_watcher/module.tf
  • modules/networking/network_watcher/outputs.tf
  • modules/networking/network_watcher/variables.tf