You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SAP BTP Global Account Subdomain can be found in the SAP BTP Cockpit.
182
-
183
-
As all bits and pieces are in place we can now create the subaccount configuration.
181
+
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.
184
182
185
183
- Open `main.tf` file and add the following content
Copy file name to clipboardExpand all lines: released/SAP-Inside-Tracks/SITBLR_MAR_2025/exercises/EXERCISE2/README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,26 @@ Pre-requisites:
14
14
```
15
15
You should see below output.
16
16
17
+
## Exporting environment variables
18
+
19
+
The last step in the setup is the export of the environment variables that are required to function BTP Terraform Exporter. For that export the following environment variables:
20
+
21
+
- Windows:
22
+
23
+
```pwsh
24
+
$env:BTP_GLOBALACCOUNT=<your SAP BTP Global Account subdomain>
0 commit comments