Skip to content

Commit 3373672

Browse files
committed
add stacks
1 parent 7232caf commit 3373672

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
stack {
2+
name = "directory-setup"
3+
description = "Basic setup of a directory structure on SAP BTP"
4+
id = "d749e4a0-6673-43b9-a383-98dc3aa04478"
5+
tags = ["basic", "directory"]
6+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
stack {
2+
name = "subaccount-setup"
3+
description = "Basic Setup of a subaccount on SAP BTP"
4+
id = "58708cca-3217-4730-8fe3-532238e90796"
5+
tags = ["basic", "subaccount"]
6+
after = ["tag:basic:directory"]
7+
}

0 commit comments

Comments
 (0)