Skip to content

sironite/terraform-azurerm-network_watcher

Repository files navigation

Network Watcher

Changelog Notice Apache V2 License TF Registry

Usage - Module

Network watcher

module "network_watcher" {
  source  = "sironite/network_watcher/azurerm"
  version = "x.x.x"

  azure_location              = var.azure_location
  network_security_group_name = var.network_watcher_name
  resource_group_name         = var.resource_group_name
}

Providers

Name Version
azurerm >= 2.0.0

Modules

No modules.

Resources

Name Type
azurerm_network_watcher.this resource

Inputs

Name Description Type Required
azure_location The location/region where the virtual network is created. Changing this forces a new resource to be created. string yes
network_watcher_name The name of the Network Watcher. Changing this forces a new resource to be created. string yes
resource_group_name The name of the resource group in which to create the Network Watcher. Changing this forces a new resource to be created. string yes
tags A mapping of tags to assign to the resource. map(any) no

Outputs

Name Description
azurerm_network_watcher_id The ID of the Network Watcher.
azurerm_network_watcher_name The ID of the Network Watcher.

Related documentation