Dingjia Chen 4e0ad3a89c
101-firewall-standard patch (#169)
* fix example

* add variable type
2023-02-21 14:17:48 +08:00

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"
}