We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7232caf commit 3373672Copy full SHA for 3373672
sample-setup/basic-setup/directory-setup/stack.tm.hcl
@@ -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
+}
sample-setup/basic-setup/subaccount-setup/stack.tm.hcl
@@ -0,0 +1,7 @@
+ name = "subaccount-setup"
+ description = "Basic Setup of a subaccount on SAP BTP"
+ id = "58708cca-3217-4730-8fe3-532238e90796"
+ tags = ["basic", "subaccount"]
+ after = ["tag:basic:directory"]
7
0 commit comments