You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "The location for this resource to be put in"
type = string
}
variable "name" {
type = string
description = "The name of the VNet gateway"
}
variable "rg_name" {
description = "The name of the resource group, this module does not create a resource group, it is expecting the value of a resource group already exists"
type = string
}
variable "tags" {
type = map(string)
description = "A map of the tags to use on the resources that are deployed with this module."