From 738b28db7a946b83a1f111d4a1306687da7f9f86 Mon Sep 17 00:00:00 2001 From: Andreas Grub Date: Mon, 8 Jun 2026 11:16:04 +0200 Subject: [PATCH 1/2] feat: render better SKE Starterkit BB display name --- modules/ske/ske-starterkit/meshstack_integration.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ske/ske-starterkit/meshstack_integration.tf b/modules/ske/ske-starterkit/meshstack_integration.tf index 0afff3c8..bfa5d7ce 100644 --- a/modules/ske/ske-starterkit/meshstack_integration.tf +++ b/modules/ske/ske-starterkit/meshstack_integration.tf @@ -103,7 +103,7 @@ resource "meshstack_building_block_definition" "this" { tenants. EOT ) - display_name = "SKE Starterkit" + display_name = "SKE Starterkit {{ name }}" symbol = "https://raw.githubusercontent.com/meshcloud/meshstack-hub/${var.hub.git_ref}/modules/ske/ske-starterkit/buildingblock/logo.png" notification_subscribers = var.notification_subscribers From 9dfde4bb1b96d7cec9831f0714a42b604795d372 Mon Sep 17 00:00:00 2001 From: Andreas Grub Date: Wed, 15 Jul 2026 21:20:52 +0200 Subject: [PATCH 2/2] feat: render better AKS Starterkit BB display name Mirror the SKE Starterkit change: template the building block name into the definition display_name so instances render distinctly instead of all showing the bare "AKS Starterkit". Co-Authored-By: Claude Opus 4.8 (1M context) --- modules/aks/starterkit/meshstack_integration.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aks/starterkit/meshstack_integration.tf b/modules/aks/starterkit/meshstack_integration.tf index 5e1a5abd..5c2e40a7 100644 --- a/modules/aks/starterkit/meshstack_integration.tf +++ b/modules/aks/starterkit/meshstack_integration.tf @@ -102,7 +102,7 @@ resource "meshstack_building_block_definition" "aks_starterkit" { spec = { description = "The AKS Starterkit provides application teams with a pre-configured Kubernetes environment following best practices. It includes a Git repository, a CI/CD pipeline using GitHub Actions, and a secure container registry integration." - display_name = "AKS Starterkit" + display_name = "AKS Starterkit {{ name }}" notification_subscribers = var.notification_subscribers symbol = "https://raw.githubusercontent.com/meshcloud/meshstack-hub/${var.hub.git_ref}/modules/aks/starterkit/buildingblock/logo.png"