Changed rg loc

This commit is contained in:
Tom Archer 2024-10-08 13:21:26 -07:00
parent cb439f7d58
commit 20f388a4ab

View File

@ -6,7 +6,7 @@ variable "resource_group_name_prefix" {
variable "resource_group_location" {
type = string
default = "West US"
default = "West US 2"
description = "Location of the resource group."
}