changing region; adding outputs

This commit is contained in:
Tom Archer
2024-11-01 10:58:20 -07:00
committed by lonegunmanb
parent 6b5c659496
commit 6b503a1302
2 changed files with 48 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ variable "resource_group_name_prefix" {
variable "resource_group_location" {
type = string
default = "eastus"
default = "westus"
description = "Location of the resource group."
}