Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

terraform.tfvars #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions iac/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#this is a file with recommended variable names
prefix = "test"
environment = "dev"
location = "eastus"
location = "canadaeast"
partition_count = "2"
#failover location MUST be different than location, if same Terraform won't be able to create a Cosmos DB instance
failover_location = "westus"
storage_account_name = "aminesstorage"
azure_function_app = "aminazure-functions"
failover_location = "canadacentral"
storage_account_name = "gjstorageadmin"
azure_function_app = "gjsaga-functions"