File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
released/SAP-Inside-Tracks/SITBLR2024 Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
2
2
3
3
# ##############################################################################################
4
- # This is the Terraform script for the BTP_200 Learning Journey . In this script you will create
4
+ # This is the Terraform script for the SAP Insidetrack event . In this script you will create
5
5
# the infrastructure for the development of an SAP extension project
6
6
# The script will do the following
7
7
# - create a new subaccount (if the subaccount id is not set)
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ provider "btp" {
13
13
globalaccount = var. globalaccount
14
14
username = var. btp_username
15
15
password = var. btp_password
16
- idp = " <custom idp name> "
16
+ idp = var . idp
17
17
}
Original file line number Diff line number Diff line change 1
1
# #######################################################################
2
2
# Account settings
3
3
# #######################################################################
4
- globalaccount = " myglobalaccount "
4
+ globalaccount = " inside-track-2023 "
5
5
region = " us10"
6
6
subaccount_name = " learningjourney"
7
+ idp = " <name of the custom identity provider>"
7
8
8
9
9
10
# Set the subaccount_id ro run the script in an existing subaccount,
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ variable "globalaccount" {
2
2
type = string
3
3
description = " The globalaccount subdomain where the sub account shall be created."
4
4
}
5
- variable "custom_idp " {
5
+ variable "idp " {
6
6
type = string
7
7
description = " The custom identity provider for the subaccount."
8
- default = " aviss4yru-platform .accounts.ondemand.com"
8
+ default = " aviss4yru.accounts.ondemand.com"
9
9
}
10
10
11
11
variable "subaccount_name" {
You can’t perform that action at this time.
0 commit comments