Skip to content

Commit fc25444

Browse files
authored
QAS Polished 4033 and a few other fixes (#327)
1 parent f19d6da commit fc25444

File tree

13 files changed

+597
-445
lines changed

13 files changed

+597
-445
lines changed

released/discovery_center/mission_4033/locals.tf

Lines changed: 0 additions & 5 deletions
This file was deleted.

released/discovery_center/mission_4033/main.tf

Lines changed: 0 additions & 344 deletions
This file was deleted.

released/discovery_center/mission_4033/outputs.tf

Lines changed: 0 additions & 4 deletions
This file was deleted.

released/discovery_center/mission_4033/README.md renamed to released/discovery_center/mission_4033/step1/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Discovery Center mission - Create simple, connected digital experiences with API-based integration
1+
# Discovery Center mission - Create simple, connected digital experiences with API-based integration - Step 1
22

33
## Overview
44

@@ -25,7 +25,7 @@ To deploy the resources you must:
2525
export BTP_PASSWORD=<your_password>
2626
```
2727

28-
2. Change the variables in the `samples.tfvars` file to meet your requirements
28+
2. Change the variables in the `sample.tfvars` file to meet your requirements
2929

3030
> ⚠ 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]`.
3131
@@ -45,13 +45,13 @@ To deploy the resources you must:
4545
5. Apply your configuration to provision the resources:
4646

4747
```bash
48-
terraform apply -var-file="samples.tfvars"
48+
terraform apply -var-file="sample.tfvars"
4949
```
5050

5151
## In the end
5252

5353
You probably want to remove the assets after trying them out to avoid unnecessary costs. To do so execute the following command:
5454

5555
```bash
56-
terraform destroy
56+
terraform destroy -var-file="sample.tfvars"
5757
```

0 commit comments

Comments
 (0)