Skip to content

feat: add workspace starterkit for STACKIT university - #10

Open
Jelledb wants to merge 1 commit into
mainfrom
feature/ws-starterkit
Open

feat: add workspace starterkit for STACKIT university#10
Jelledb wants to merge 1 commit into
mainfrom
feature/ws-starterkit

Conversation

@Jelledb

@Jelledb Jelledb commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@@ -0,0 +1,66 @@
data "meshstack_workspace" "owner" {
metadata = {
name = "meshcloud"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this data source seems pretty pointless


locals {
hub = {
git_ref = "37b4c9719374496c009c700de961d68734be2aae"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be set to last main hash on merge

locals {
hub = {
git_ref = "37b4c9719374496c009c700de961d68734be2aae"
bbd_draft = true

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add comment that this is vital: we want this BBD to stay hidden in meshcloud workspace.

meshstack = {
owning_workspace_identifier = data.meshstack_workspace.owner.metadata.name
tags = {
# Gates visibility: only workspaces whose own Company tag matches can see and order this

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this visibility comment is actualy false because we dont want it visible.

the reason we need this is because the meshcloud workspace has the company tag. otherwise creating BBs would fail.

@Jelledb
Jelledb force-pushed the feature/ws-starterkit branch from 3e811b3 to 82aa6c8 Compare August 28, 2026 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant