From d9db18dfa080eb5f8d34293a703d5139ce0af988 Mon Sep 17 00:00:00 2001 From: Andrej Petras Date: Wed, 29 Apr 2026 10:48:53 +0200 Subject: [PATCH] feat: remove old component onecx-iam-kc-svc --- terraform-scripts/products/onecx-iam/product.tf | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/terraform-scripts/products/onecx-iam/product.tf b/terraform-scripts/products/onecx-iam/product.tf index 440f2a4..95c960d 100644 --- a/terraform-scripts/products/onecx-iam/product.tf +++ b/terraform-scripts/products/onecx-iam/product.tf @@ -18,16 +18,6 @@ module "onecx-iam" { team_name = module.onecx-iam-team.team_name } -# ONECX-IAM-KC-SVC -module "onecx-iam-kc-svc" { - source = "../../modules/quarkus" - repository_name = "onecx-iam-kc-svc" - repository_description = "OneCX Identity Access Management Keycloak Backend Service" - homepage_url = "https://onecx.github.io/docs/onecx-iam/current/onecx-iam-kc-svc" - topics = ["java", "quarkus", "svc", "iam"] - team_id = module.onecx-iam-team.team_id -} - # ONECX-IAM-KC-CLIENT-OPERATOR module "onecx-iam-kc-client-operator" { source = "../../modules/quarkus"