Skip to content
5 changes: 0 additions & 5 deletions released/discovery_center/mission_4033/locals.tf

This file was deleted.

344 changes: 0 additions & 344 deletions released/discovery_center/mission_4033/main.tf

This file was deleted.

4 changes: 0 additions & 4 deletions released/discovery_center/mission_4033/outputs.tf

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Discovery Center mission - Create simple, connected digital experiences with API-based integration
# Discovery Center mission - Create simple, connected digital experiences with API-based integration - Step 1

## Overview

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

2. Change the variables in the `samples.tfvars` file to meet your requirements
2. Change the variables in the `sample.tfvars` file to meet your requirements

> ⚠ 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]`.

Expand All @@ -45,13 +45,13 @@ To deploy the resources you must:
5. Apply your configuration to provision the resources:

```bash
terraform apply -var-file="samples.tfvars"
terraform apply -var-file="sample.tfvars"
```

## In the end

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

```bash
terraform destroy
terraform destroy -var-file="sample.tfvars"
```
Loading