11 lines
264 B
HCL
11 lines
264 B
HCL
variable "resource_group_location" {
|
|
type = string
|
|
default = "eastus"
|
|
description = "Location of the resource group."
|
|
}
|
|
|
|
variable "prefix" {
|
|
type = string
|
|
default = "firewall-standard"
|
|
description = "Prefix of the resource name"
|
|
} |