From cc54ab37708202df43549d09e051f19f130925fc Mon Sep 17 00:00:00 2001 From: Giampiero Ferrara Date: Tue, 22 Oct 2024 15:15:04 +0200 Subject: [PATCH] [SELC-5769] feat: Updated base path of billing-portal config --- infra/apim_v2/apim.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/apim_v2/apim.tf b/infra/apim_v2/apim.tf index 1f1897aa..0e42a891 100644 --- a/infra/apim_v2/apim.tf +++ b/infra/apim_v2/apim.tf @@ -803,7 +803,7 @@ module "apim_billing_portal_v1" { description = "This service is the proxy for billing portal services" display_name = "Billing Portal API service" - path = "billing-portal" + path = "external/billing-portal" api_version = "v1" protocols = [ "https"