Skip to content

Commit 08d737d

Browse files
committed
chore: Update tfvars for solution SIT
1 parent 317c441 commit 08d737d

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

released/SAP-Inside-Tracks/SITBLR_DEC_2024/solution/terraform.tfvars-sample renamed to released/SAP-Inside-Tracks/SITBLR_DEC_2024/solution/terraform-live.tfvars-sample

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ globalaccount = "<YOUR GLOBAL ACCOUNT SUBDOMAIN>"
22
idp = null
33
project_name = "<YOUR LAST NAME>"
44

5-
bas_service_name = "<BAS SERVICE NAME>"
6-
bas_plan = "<BAS PLAN NAME>"
5+
bas_service_name = "sapappstudio"
6+
bas_plan = "standard-edition"
77
88
bas_developers = ["[email protected]", "[email protected]"]
99

10-
cf_plan = "<CF PLAN NAME>"
10+
cf_plan = "standard"
1111
cf_org_user = ["[email protected]"]
1212
cf_space_developers = ["[email protected]"]
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
globalaccount = "<YOUR GLOBAL ACCOUNT SUBDOMAIN>"
2+
idp = null
3+
project_name = "<YOUR LAST NAME>"
4+
5+
bas_service_name = "sapappstudiotrial"
6+
bas_plan = "trial"
7+
8+
bas_developers = ["[email protected]", "[email protected]"]
9+
10+
cf_plan = "trial"
11+
cf_org_user = ["[email protected]"]
12+
cf_space_developers = ["[email protected]"]

0 commit comments

Comments
 (0)