Skip to content

Commit 0d08233

Browse files
authored
chore: update documentation (#388)
1 parent 390f116 commit 0d08233

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

released/SAP-Inside-Tracks/SITBLR_DEC_2024/README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,6 @@ Make sure that the following prerequisites are met:
1515

1616
## Tools 🛠️
1717

18-
To execute the exercises you have the following options concerning the required tools installed:
19-
20-
In general you must clone this GitHub repository. You must have the Git client installed on your machine. You can find the installation instructions [here](https://git-scm.com/downloads).
21-
22-
You can then clone the repository via the following command:
23-
24-
```bash
25-
git clone https://github.com/SAP-samples/btp-terraform-samples.git
26-
```
27-
28-
you can find the exercises in the folder `released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises`.
29-
30-
3118
You can install the required tools locally on your machine. The following tools are required:
3219

3320
- [Terraform CLI](https://developer.hashicorp.com/terraform/install?product_intent=terraform)

released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises/EXERCISE6/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,12 @@ After the deletion of the resources, check the Terraform state. Walk through the
4444

4545
Congrats - you've successfully completed the HandsOn. You've now learned how to use Terraform to manage resources in SAP BTP, how to deal with drift and also how to delete the resources again.
4646

47+
If you'd like to review some Terraform sample scripts, we've published them in the following repository for your reference.
48+
49+
```bash
50+
git clone https://github.com/SAP-samples/btp-terraform-samples.git
51+
```
52+
53+
you can find the exercises in the folder `released`.
54+
4755
Happy Terraforming!

0 commit comments

Comments
 (0)