Skip to content

Commit

Permalink
Merge pull request #265 from Azure/jdc/264-change-cosmosdb-region-in-…
Browse files Browse the repository at this point in the history
…tests-to-avoid-temporary-quota-limits

Change test region of CosmosDB modules
  • Loading branch information
jdocampo committed Apr 3, 2024
2 parents 5774171 + b070a9f commit 63db9c0
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 63db9c0

Please sign in to comment.