Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/aks/starterkit/meshstack_integration.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion modules/ske/ske-starterkit/meshstack_integration.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading