11 lines
252 B
HCL
11 lines
252 B
HCL
variable "prefix" {
|
|
type = string
|
|
default = "func-app-kvref"
|
|
description = "Prefix of the resource name"
|
|
}
|
|
|
|
variable "location" {
|
|
type = string
|
|
default = "eastus"
|
|
description = "Location to deploy the resource group"
|
|
} |