feat: render better SKE + AKS Starterkit BB display names#224
feat: render better SKE + AKS Starterkit BB display names#224grubmeshi wants to merge 2 commits into
Conversation
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) <noreply@anthropic.com>
Scorecard Check
📊 meshstack-hub Module Scorecard
📋 Per-Module Category SummaryScore per category per building block.
Core Structure — ✅ all passingBasic module file structure and documentation — applies to 2 modules
Core Structure — Summary
Integration — ✅ all passingmeshstack_integration.tf conventions — applies to 2 modules
Integration — Summary
Azure Backplane — not applicableAzure UAMI-based automation principal conventions — applies to 0 modules No applicable modules. STACKIT Backplane — not applicableSTACKIT WIF-based automation principal conventions — applies to 0 modules No applicable modules. Testing — some checks failingEnd-to-end test coverage — applies to 2 modules
Testing — Summary
📈 Overall SummaryOverall Average Score: 91%Score Distribution
|
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
Template the building block name into the starterkit definition
display_nameso provisioned instances render distinctly (e.g. "SKE Starterkit my-app")
instead of every instance showing the bare "SKE Starterkit" / "AKS Starterkit".
Changes
modules/ske/ske-starterkit:display_name = "SKE Starterkit {{ name }}"modules/aks/starterkit:display_name = "AKS Starterkit {{ name }}"(mirrors the SKE change)🤖 Generated with Claude Code