From f94669f30f55b9395b8833ceb1f260b987ad5487 Mon Sep 17 00:00:00 2001 From: Alexandre Gattiker Date: Wed, 27 Jul 2022 22:18:47 +0200 Subject: [PATCH] Update main.tf --- deployment/terraform/dataspace/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/terraform/dataspace/main.tf b/deployment/terraform/dataspace/main.tf index 3b3030f3..3f56d550 100644 --- a/deployment/terraform/dataspace/main.tf +++ b/deployment/terraform/dataspace/main.tf @@ -41,7 +41,7 @@ locals { edc_default_port = 8181 registration_service_port = 8182 registration_service_path_prefix = "/authority" - registration_service_url = "http://${local.registration_service_dns_label}.${var.location}.azurecontainer.io:${local.registration_service_port}${registration_service_path_prefix}" + registration_service_url = "http://${local.registration_service_dns_label}.${var.location}.azurecontainer.io:${local.registration_service_port}${local.registration_service_path_prefix}" dataspace_did_uri = "did:web:${azurerm_storage_account.dataspace_did.primary_web_host}" gaiax_did_uri = "did:web:${azurerm_storage_account.gaiax_did.primary_web_host}"