diff --git a/terraform/azure/projects/pchub.tfvars b/terraform/azure/projects/pchub.tfvars index 70e4d0ab6..f0732c627 100644 --- a/terraform/azure/projects/pchub.tfvars +++ b/terraform/azure/projects/pchub.tfvars @@ -18,6 +18,7 @@ tenant_id = "f1123d69-0c31-44db-ab9f-fa856d721d49" subscription_id = "4ca0b08a-26e1-482f-bca6-f4eb0926124a" resourcegroup_name = "2i2c-pchub" +create_container_registry = true global_container_registry_name = "2i2cpchub" global_storage_account_name = "2i2cpchub" location = "westeurope" diff --git a/terraform/azure/projects/utoronto.tfvars b/terraform/azure/projects/utoronto.tfvars index 99a23901a..44c149a90 100644 --- a/terraform/azure/projects/utoronto.tfvars +++ b/terraform/azure/projects/utoronto.tfvars @@ -9,6 +9,7 @@ tenant_id = "78aac226-2f03-4b4d-9037-b46d56c55210" subscription_id = "ead3521a-d994-4a44-a68d-b16e35642d5b" resourcegroup_name = "2i2c-utoronto-cluster" +create_container_registry = true global_container_registry_name = "2i2cutorontohubregistry" global_storage_account_name = "2i2cutorontohubstorage" location = "canadacentral"