diff --git a/released/SAP-Inside-Tracks/SITBLR_DEC_2024/README.md b/released/SAP-Inside-Tracks/SITBLR_DEC_2024/README.md index e424376d..b70e6840 100644 --- a/released/SAP-Inside-Tracks/SITBLR_DEC_2024/README.md +++ b/released/SAP-Inside-Tracks/SITBLR_DEC_2024/README.md @@ -2,7 +2,7 @@ ## Goal of this HandsOn 🎯 -In this HandsOn you will learn how to use the [Terraform Provider for SAP BTP](https://registry.terraform.io/providers/SAP/cp/latest/docs) to provision and manage resources in SAP BTP. The level of the exercises is beginner. You don't need any prior knowledge about Terraform or the Terraform Provider for SAP BTP. We will guide you through the exercises step by step. +In this hands-on exercise you will learn how to use the [Terraform Provider for SAP BTP](https://registry.terraform.io/providers/SAP/btp/latest/docs) to provision and manage resources in SAP BTP. The level of the exercises is beginner. You don't need any prior knowledge about Terraform or the Terraform Provider for SAP BTP. We will guide you through the exercises step by step. ## Prerequisites 📝 @@ -25,7 +25,7 @@ You can then clone the repository via the following command: git clone https://github.com/SAP-samples/btp-terraform-samples.git ``` -you find the exercises in the folder `released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises`. +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: @@ -36,7 +36,7 @@ You can install the required tools locally on your machine. The following tools ## Exporting environment variables -The last step in the setup is the export of the environment variables that are required to authenticate against the Terraform provider for SAP BTP. Fo that export the following environment variables: +The last step in the setup is the export of the environment variables that are required to authenticate against the Terraform provider for SAP BTP. For that export the following environment variables: - Windows: diff --git a/released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises/EXERCISE5/README.md b/released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises/EXERCISE5/README.md index 9a2d1feb..34b1ad9a 100644 --- a/released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises/EXERCISE5/README.md +++ b/released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises/EXERCISE5/README.md @@ -2,7 +2,7 @@ ## Goal of this Exercise 🎯 -In this exercise you will learn how to use the Terrafomr Provider for CloudFoundry and create a space. +In this exercise you will learn how to use the [Terraform Provider for CloudFoundry](https://registry.terraform.io/providers/cloudfoundry/cloudfoundry/latest/docs) and create a space. ### Step 3: Adjust the provider configuration @@ -104,12 +104,6 @@ variable "cf_space_name" { default = "dev" } -variable "cf_landscape_label" { - type = string - description = "The region where the project account shall be created in." - default = "cf-us10-001" -} - variable "cf_org_user" { type = set(string) description = "Defines the colleagues who are added to each subaccount as subaccount administrators."