From e3f6275b7a6650bf6f5d647305a2eaed15550452 Mon Sep 17 00:00:00 2001 From: michael Vincent Date: Thu, 26 Sep 2024 13:12:38 -0400 Subject: [PATCH] Update variables.resourcegroup.tf --- variables.resourcegroup.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/variables.resourcegroup.tf b/variables.resourcegroup.tf index 2cfc0c7c..55d59a98 100644 --- a/variables.resourcegroup.tf +++ b/variables.resourcegroup.tf @@ -11,6 +11,7 @@ which includes destroying the resource (and all resources within it). DESCRIPTION default = false } + variable "network_watcher_resource_group_tags" { type = map(string) description = "Tags for `NetworkWatcherRG` in the subscription."