Skip to content

Commit

Permalink
change default region to switzerland north since eastus doesn't have …
Browse files Browse the repository at this point in the history
…enough resource
  • Loading branch information
lonegunmanb committed Jan 15, 2025
1 parent b9c0d89 commit 826ba00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion quickstart/101-cosmos-db-free-tier/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ terraform {
}

provider "azurerm" {
features {}
features {
resource_group {
prevent_deletion_if_contains_resources = false
}
}
}
4 changes: 2 additions & 2 deletions quickstart/101-cosmos-db-free-tier/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ variable "prefix" {

variable "location" {
type = string
default = "eastus"
default = "Switzerland North"
description = "Resource group location"
}

variable "cosmosdb_account_location" {
type = string
default = "eastus"
default = "Switzerland North"
description = "Cosmos db account location"
}

Expand Down

0 comments on commit 826ba00

Please sign in to comment.