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
Copy file name to clipboardExpand all lines: released/discovery_center/mission_3945/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ To deploy the resources you must:
20
20
$env:BTP_PASSWORD=<your_password>
21
21
```
22
22
23
-
2. Change the variables in the `samples.tfvars` file to meet your requirements
23
+
2. Change the variables in the `sample.tfvars` file to meet your requirements
24
24
25
25
> ⚠ NOTE: You should pay attention **specifically** to the users defined in the samples.tfvars whether they already exist in your SAP BTP accounts. Otherwise you might get error messages like e.g. `Error: The user could not be found: [email protected]`.
26
26
@@ -34,13 +34,13 @@ To deploy the resources you must:
34
34
4. You can check what Terraform plans to apply based on your configuration:
35
35
36
36
```bash
37
-
terraform plan -var-file="samples.tfvars"
37
+
terraform plan -var-file="sample.tfvars"
38
38
```
39
39
40
40
5. Apply your configuration to provision the resources:
0 commit comments