diff --git a/iac/terraform.tfvars b/iac/terraform.tfvars index 227b718..3e8fb1e 100644 --- a/iac/terraform.tfvars +++ b/iac/terraform.tfvars @@ -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"