Skip to content

Commit a229c69

Browse files
authored
Documentation for SIT (#334)
* chore: added a readme.md file * chore: modified provider version 1.5->1.7
1 parent b380b00 commit a229c69

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

released/SAP-Inside-Tracks/SITBLR2024/provider.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
btp = {
44
source = "sap/btp"
5-
version = "~> 1.5.0"
5+
version = "~> 1.7.0"
66
}
77
}
88
}
@@ -14,4 +14,4 @@ provider "btp" {
1414
username = var.btp_username
1515
password = var.btp_password
1616
idp = var.idp
17-
}
17+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<h2>Welcome!</h2>
2+
3+
Thank you for showing interest in trying out our very own Terraform Provider for SAP BTP. If you are keen on learning about Terraform, how the provider for BTP works and how you can make use of it for your own automation use cases, then you are at the right place!
4+
5+
You can get started by going through this learning journey : https://learning.sap.com/learning-journeys/administrating-sap-business-technology-platform/managing-sap-btp-with-terraform
6+
7+
This will give you a quick overview about the specifics of Terraform and also some insight into the BTP Provider. At the end there is a short exercise you may try out
8+
<img width="939" alt="Create a Terraform Configuration for SAP BTP" src="https://github.com/user-attachments/assets/cd9e8c52-a4bd-4097-bbae-9c0ce51bfb4e">
9+
10+
This will open a simulated VSCode environment where you can get first hand experience with the Provider by going through an interactive tutorial. This will help you get familiar with the CLI, configuration scripts and the general flow of Terraform.
11+
12+
Now you are ready to try play around with the provider yourself!
13+
14+
Use the code provided here : https://github.com/SAP-samples/btp-terraform-samples/tree/main/released/SAP-Inside-Tracks/SITBLR2024
15+
16+
You can revisit the interactive tutorial and follow the on-screen instructions and execute them on your local system using VSCode. The BTP global account and user details have already been give to you.
17+
18+
You can use the toggle bar in the upper portion of the screen to move backwards or forwards in the tutorial as per your convenience.
19+
20+
<img width="292" alt="Pasted Graphic 2" src="https://github.com/user-attachments/assets/8a7e6428-0fea-4830-b745-c08991f68a47">
21+
<br> </br>
22+
23+
Points to keep in mind:
24+
1. In the file ***sample.tfvars***, the value of ```subaccount_id``` need not be populated as you will be creating a new subaccount using terraform. In the file ***variables.tf*** modify the variable ```subaccount_name``` by appending your name to the end of the default value.
25+
2. When creating the file **secret.auto.tfvars** set the variables ```btp_username``` and ```btp_password```as per the details given to you.

0 commit comments

Comments
 (0)