Changed rg loc to access extended zone of 'los angeles'

This commit is contained in:
Tom Archer 2024-10-08 12:56:10 -07:00
parent 5fab9cadd8
commit cb439f7d58

View File

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