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_MAR_2025/exercises/EXERCISE1/README.md
+1-49Lines changed: 1 addition & 49 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ In this exercise you will learn how to use the [Terraform Provider for SAP BTP](
4
4
5
5
## Step 1: Create a new directory
6
6
7
-
To make use of Terraform you must create several configuration files using the [Terraform configuration language](https://developer.hashicorp.com/terraform/language). Create a new directory named `my-tf-handson` under the folder `SITBLR2025`.
7
+
To make use of Terraform you must create several configuration files using the [Terraform configuration language](https://developer.hashicorp.com/terraform/language). Create a new directory named `my-tf-handson`.
8
8
9
9
Terraform expects a specific file layout for its configurations. Create the following empty files in the directory `my-tf-handson`:
10
10
@@ -136,29 +136,6 @@ variable "cf_space_name" {
136
136
default = "dev"
137
137
}
138
138
139
-
variable "cf_org_user" {
140
-
type = set(string)
141
-
description = "Defines the colleagues who are added to each subaccount as subaccount administrators."
description = "The list of Cloud Foundry space managers."
148
-
default = []
149
-
}
150
-
151
-
variable "cf_space_developers" {
152
-
type = list(string)
153
-
description = "The list of Cloud Foundry space developers."
154
-
default = []
155
-
}
156
-
157
-
variable "cf_space_auditors" {
158
-
type = list(string)
159
-
description = "The list of Cloud Foundry space auditors."
160
-
default = []
161
-
}
162
139
```
163
140
We have now defined the variables which will be required for the provider configuration. We will provide the value for this variable via the `terraform.tfvars` file.
The SAP BTP Global Account Subdomain can be found in the [SAP BTP Cockpit](https://apac.cockpit.btp.cloud.sap/cockpit/?idp=aviss4yru.accounts.ondemand.com#/globalaccount/6378f0c6-1b1e-4b10-8517-171cbec05c3e). Update fields with your user details.
0 commit comments