diff --git a/services/terraform/remote/service_reports.tf b/services/terraform/remote/service_reports.tf --- a/services/terraform/remote/service_reports.tf +++ b/services/terraform/remote/service_reports.tf @@ -44,13 +44,13 @@ }, { name = "BLOB_SERVICE_URL", - value = local.blob_local_url + value = local.blob_fargate_url # If this ever fails, we can fallback to blob public URL: # "https://${local.blob_service_domain_name}" }, { name = "IDENTITY_SERVICE_ENDPOINT", - value = local.identity_local_url + value = local.identity_fargate_url }, { name = "COMM_SERVICES_DISABLE_CSAT_VERIFICATION",