Skip to content
This repository was archived by the owner on Feb 11, 2024. It is now read-only.

Commit b17b0aa

Browse files
committed
Adding default location
1 parent 0b11575 commit b17b0aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/terraform/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ variable "prefix" {
66
variable "location" {
77
type = string
88
description = "Azure region where to create resources."
9+
default = "West US"
910
}
1011

1112
variable "eventGridFunctionName" {

0 commit comments

Comments
 (0)