Skip to content

Commit 4def670

Browse files
committed
chore: update readme for mission 4327
1 parent 7bd3d89 commit 4def670

File tree

1 file changed

+6
-2
lines changed
  • released/discovery_center/mission_4327/step1

1 file changed

+6
-2
lines changed

released/discovery_center/mission_4327/step1/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,17 @@ The Terraform script documented here automates the setup of an SAP BTP subaccoun
4646

4747
Windows PowerShell:
4848
```Powershell
49-
$env:BTP_USERNAME="<your email address>"
50-
$env:BTP_PASSWORD="<your password>"
49+
$env:BTP_USERNAME="<your-email-address>"
50+
$env:BTP_PASSWORD="<your-password>"
51+
$env:CF_USER="<your-email-address>"
52+
$env:CF_PASSWORD="<your-password>"
5153
```
5254
Linux, macOS:
5355
```mac OS
5456
export BTP_USERNAME="<your-email-address>"
5557
export BTP_PASSWORD="<your-password>"
58+
export CF_USER="<your-email-address>"
59+
export CF_PASSWORD="<your-password>"
5660
```
5761
6. In the terminal, navigate to the directory containing your Terraform configuration files.
5862

0 commit comments

Comments
 (0)