@ -1,3 +1,11 @@
|
||||
variable "resource_group_location" {
|
||||
default = "eastus"
|
||||
type = string
|
||||
default = "eastus"
|
||||
description = "Location of the resource group."
|
||||
}
|
||||
|
||||
variable "prefix" {
|
||||
type = string
|
||||
default = "firewall-standard"
|
||||
description = "Prefix of the resource name"
|
||||
}
|
Reference in New Issue
Block a user