Skip to content

Commit

Permalink
change test region
Browse files Browse the repository at this point in the history
  • Loading branch information
jdocampo committed Mar 28, 2024
1 parent d2540c7 commit b070a9f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion terraform/cosmosdb/cosmosdb-account/test/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resource "random_string" "postfix" {

variable "location" {
type = string
default = "West Europe"
default = "West US"
}

variable "kind" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ resource "random_string" "postfix" {

variable "location" {
type = string
default = "West Europe"
default = "West US"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ resource "random_string" "postfix" {

variable "location" {
type = string
default = "West Europe"
default = "West US"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ resource "random_string" "postfix" {

variable "location" {
type = string
default = "West Europe"
default = "West US"
}
2 changes: 1 addition & 1 deletion terraform/cosmosdb/cosmosdb-sql-database/test/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ resource "random_string" "postfix" {

variable "location" {
type = string
default = "West Europe"
default = "West US"
}
2 changes: 1 addition & 1 deletion terraform/cosmosdb/cosmosdb-table/test/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ resource "random_string" "postfix" {

variable "location" {
type = string
default = "West Europe"
default = "West US"
}

0 comments on commit b070a9f

Please sign in to comment.