Skip to content

fix: minor documentation fixes for SIT BLR workshop #367

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions released/SAP-Inside-Tracks/SITBLR_DEC_2024/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 📝

Expand All @@ -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:
Expand All @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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."
Expand Down
Loading