You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: released/SAP-Inside-Tracks/SITBLR_DEC_2024/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Goal of this HandsOn 🎯
4
4
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.
6
6
7
7
## Prerequisites 📝
8
8
@@ -25,7 +25,7 @@ You can then clone the repository via the following command:
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`.
29
29
30
30
31
31
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
36
36
37
37
## Exporting environment variables
38
38
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:
Copy file name to clipboardExpand all lines: released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises/EXERCISE5/README.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Goal of this Exercise 🎯
4
4
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.
6
6
7
7
### Step 3: Adjust the provider configuration
8
8
@@ -104,12 +104,6 @@ variable "cf_space_name" {
104
104
default = "dev"
105
105
}
106
106
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
-
113
107
variable "cf_org_user" {
114
108
type = set(string)
115
109
description = "Defines the colleagues who are added to each subaccount as subaccount administrators."
0 commit comments