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

Commit

Permalink
Adding default location
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonh-msft committed Mar 2, 2020
1 parent 0b11575 commit b17b0aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ variable "prefix" {
variable "location" {
type = string
description = "Azure region where to create resources."
default = "West US"
}

variable "eventGridFunctionName" {
Expand Down

0 comments on commit b17b0aa

Please sign in to comment.