File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
released/discovery_center/mission_4327/step1 Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,17 @@ The Terraform script documented here automates the setup of an SAP BTP subaccoun
46
46
47
47
Windows PowerShell:
48
48
``` 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>"
51
53
```
52
54
Linux, macOS:
53
55
```mac OS
54
56
export BTP_USERNAME="<your-email-address>"
55
57
export BTP_PASSWORD="<your-password>"
58
+ export CF_USER="<your-email-address>"
59
+ export CF_PASSWORD="<your-password>"
56
60
```
57
61
6. In the terminal, navigate to the directory containing your Terraform configuration files.
58
62
You can’t perform that action at this time.
0 commit comments