Skip to content

Commit

Permalink
Update variables.resourcegroup.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
wetwicky authored Sep 26, 2024
1 parent 35a860b commit f1d0a57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions variables.resourcegroup.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ 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."
default = {}
}

variable "resource_group_creation_enabled" {
type = bool
Expand Down

0 comments on commit f1d0a57

Please sign in to comment.