changing region; adding outputs

This commit is contained in:
Tom Archer
2024-11-01 10:58:20 -07:00
parent a75d5d0f91
commit b73933a978
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."
}