From 7cca14f9fbbe314d36cfb31c35824c051e91502e Mon Sep 17 00:00:00 2001 From: prajin-op Date: Tue, 21 Jan 2025 18:08:51 +0530 Subject: [PATCH] chore: update documentation --- .../SAP-Inside-Tracks/SITBLR_DEC_2024/README.md | 13 ------------- .../SITBLR_DEC_2024/exercises/EXERCISE6/README.md | 8 ++++++++ 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/released/SAP-Inside-Tracks/SITBLR_DEC_2024/README.md b/released/SAP-Inside-Tracks/SITBLR_DEC_2024/README.md index a5f71163..3781adc6 100644 --- a/released/SAP-Inside-Tracks/SITBLR_DEC_2024/README.md +++ b/released/SAP-Inside-Tracks/SITBLR_DEC_2024/README.md @@ -15,19 +15,6 @@ Make sure that the following prerequisites are met: ## Tools 🛠️ -To execute the exercises you have the following options concerning the required tools installed: - -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). - -You can then clone the repository via the following command: - -```bash -git clone https://github.com/SAP-samples/btp-terraform-samples.git -``` - -you can find the exercises in the folder `released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises`. - - You can install the required tools locally on your machine. The following tools are required: - [Terraform CLI](https://developer.hashicorp.com/terraform/install?product_intent=terraform) diff --git a/released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises/EXERCISE6/README.md b/released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises/EXERCISE6/README.md index 3c3919a4..7639f306 100644 --- a/released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises/EXERCISE6/README.md +++ b/released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises/EXERCISE6/README.md @@ -44,4 +44,12 @@ After the deletion of the resources, check the Terraform state. Walk through the 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. +If you'd like to review some Terraform sample scripts, we've published them in the following repository for your reference. + +```bash +git clone https://github.com/SAP-samples/btp-terraform-samples.git +``` + +you can find the exercises in the folder `released`. + Happy Terraforming!