Skip to content

Commit 793787a

Browse files
committed
chore: update SIT docs
1 parent 3dfbd56 commit 793787a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

released/SAP-Inside-Tracks/SITBLR_MAR_2025/exercises/EXERCISE1/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ We have now defined the variables which will be required for the provider config
143143

144144
```terraform
145145
globalaccount = "<YOUR GLOBAL ACCOUNT SUBDOMAIN>"
146-
idp = null
146+
idp = "<YOUR IDP>"
147147
project_name = "<YOUR LAST NAME>"
148148
149149
bas_service_name = "sapappstudio"
@@ -153,7 +153,9 @@ bas_developers = ["[email protected]", "[email protected]"]
153153
154154
cf_plan = "standard"
155155
```
156-
The SAP BTP Global Account Subdomain can be found in the [SAP BTP Cockpit](https://apac.cockpit.btp.cloud.sap/cockpit/?idp=aviss4yru.accounts.ondemand.com#/globalaccount/6378f0c6-1b1e-4b10-8517-171cbec05c3e). Update fields with your user details.
156+
- Update fields with your user details.
157+
158+
The SAP BTP Global Account Subdomain can be found in the [SAP BTP Cockpit](https://apac.cockpit.btp.cloud.sap/cockpit/?idp=aviss4yru.accounts.ondemand.com#/globalaccount/6378f0c6-1b1e-4b10-8517-171cbec05c3e).
157159

158160
- Open `main.tf` file and add the following content
159161

released/SAP-Inside-Tracks/SITBLR_MAR_2025/exercises/EXERCISE2/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ The last step in the setup is the export of the environment variables that are r
2424
$env:BTP_GLOBALACCOUNT=<your SAP BTP Global Account subdomain>
2525
$env:BTP_CLI_SERVER_URL="https://cpcli.cf.eu10.hana.ondemand.com"
2626
$env:CF_API_URL="https://api.cf.ap10.hana.ondemand.com"
27+
$env:BTP_IDP= "<YOUR IDP>"
28+
$env:CF_ORIGIN = <"YOUR IDP">
2729
```
2830
2931
- Linux/MacOS/GitHub Codespaces:
@@ -32,6 +34,8 @@ The last step in the setup is the export of the environment variables that are r
3234
export BTP_GLOBALACCOUNT=<your SAP BTP Global Account subdomain>
3335
export BTP_CLI_SERVER_URL="https://cpcli.cf.eu10.hana.ondemand.com"
3436
export CF_API_URL="https://api.cf.ap10.hana.ondemand.com"
37+
export BTP_IDP= "<YOUR IDP>"
38+
export CF_ORIGIN = <"YOUR IDP">
3539
```
3640
3741
<img width="800px" src="assets/btptfhelp.png" alt="btptf help">

0 commit comments

Comments
 (0)