11 lines
228 B
HCL
11 lines
228 B
HCL
variable "name_prefix" {
|
|
type = string
|
|
description = "Prefix of the resource name"
|
|
}
|
|
|
|
variable "location" {
|
|
type = string
|
|
description = "Location to deploy the resource group"
|
|
default = "West US 2"
|
|
}
|