Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
algattik committed Jul 28, 2022
1 parent f5add88 commit f94669f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/terraform/dataspace/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit f94669f

Please sign in to comment.