Skip to content

Commit ae99b6d

Browse files
committed
fix: minor documentation fixes for SIT BLR workshop
1 parent a0a0759 commit ae99b6d

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Goal of this HandsOn 🎯
44

5-
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.
5+
In this HandsOn 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.
66

77
## Prerequisites 📝
88

@@ -25,7 +25,7 @@ You can then clone the repository via the following command:
2525
git clone https://github.com/SAP-samples/btp-terraform-samples.git
2626
```
2727

28-
you find the exercises in the folder `released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises`.
28+
you can find the exercises in the folder `released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises`.
2929

3030

3131
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
3636

3737
## Exporting environment variables
3838

39-
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:
39+
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:
4040

4141
- Windows:
4242

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Goal of this Exercise 🎯
44

5-
In this exercise you will learn how to use the Terrafomr Provider for CloudFoundry and create a space.
5+
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.
66

77
### Step 3: Adjust the provider configuration
88

@@ -104,12 +104,6 @@ variable "cf_space_name" {
104104
default = "dev"
105105
}
106106
107-
variable "cf_landscape_label" {
108-
type = string
109-
description = "The region where the project account shall be created in."
110-
default = "cf-us10-001"
111-
}
112-
113107
variable "cf_org_user" {
114108
type = set(string)
115109
description = "Defines the colleagues who are added to each subaccount as subaccount administrators."

0 commit comments

Comments
 (0)