try to fix broken test

This commit is contained in:
zjhe
2024-01-08 16:23:50 +08:00
committed by lonegunmanb
parent feaac00db9
commit eb44e5afbe
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
variable "resource_group_location" {
type = string
default = "eastus"
default = "westeurope"
description = "Location of the resource group."
}