feat: add workspace starterkit for STACKIT university - #10
Open
Jelledb wants to merge 1 commit into
Open
Conversation
Jelledb
commented
Aug 28, 2026
| @@ -0,0 +1,66 @@ | |||
| data "meshstack_workspace" "owner" { | |||
| metadata = { | |||
| name = "meshcloud" | |||
Contributor
Author
There was a problem hiding this comment.
this data source seems pretty pointless
Jelledb
commented
Aug 28, 2026
|
|
||
| locals { | ||
| hub = { | ||
| git_ref = "37b4c9719374496c009c700de961d68734be2aae" |
Contributor
Author
There was a problem hiding this comment.
should be set to last main hash on merge
Jelledb
commented
Aug 28, 2026
| locals { | ||
| hub = { | ||
| git_ref = "37b4c9719374496c009c700de961d68734be2aae" | ||
| bbd_draft = true |
Contributor
Author
There was a problem hiding this comment.
add comment that this is vital: we want this BBD to stay hidden in meshcloud workspace.
Jelledb
commented
Aug 28, 2026
| 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 |
Contributor
Author
There was a problem hiding this comment.
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
force-pushed
the
feature/ws-starterkit
branch
from
August 28, 2026 09:42
3e811b3 to
82aa6c8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.