Skip to content

Commit 475f707

Browse files
committed
chore: update image size
1 parent 1cfaeb3 commit 475f707

File tree

1 file changed

+6
-6
lines changed
  • released/SAP-Inside-Tracks/SITBLR_MAR_2025/exercises/EXERCISE2

1 file changed

+6
-6
lines changed

released/SAP-Inside-Tracks/SITBLR_MAR_2025/exercises/EXERCISE2/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pre-requisites:
1414
```
1515
You should see below output.
1616

17-
<img width="600px" src="assets/btptfhelp.png" alt="btptf help">
17+
<img width="800px" src="assets/btptfhelp.png" alt="btptf help">
1818

1919
- If exporter is not avaialble, Go to [Setup Terraform Exporter](https://sap.github.io/terraform-exporter-btp/install/)
2020

@@ -29,13 +29,13 @@ This command will create a file named `btp_resource_<subaccount_id>.json`
2929

3030
You should see the following output:
3131

32-
<img width="600px" src="assets/createJson.png" alt="btptf create-json">
32+
<img width="800px" src="assets/createJson.png" alt="btptf create-json">
3333

3434
If you want any of the resources (Entitlements, Role collections, Roles, etc) to be excluded from the Subaccount that you are going to export, Remove them from the `btp_resources_<subaccount_id>.json`.
3535

3636
You should see the `btp_resource_<subaccount_id>.json` like below:
3737

38-
<img width="600px" src="assets/btp_resourcesJson.png" alt="Json file lists all the resources">
38+
<img width="800px" src="assets/btp_resourcesJson.png" alt="Json file lists all the resources">
3939

4040
## Generate configuration for Export
4141

@@ -49,7 +49,7 @@ You have generated the terraform scripts now, you could see the scripts under `g
4949

5050
You should see the following output:
5151

52-
<img width="600px" src="assets/exportbyjson.png" alt="export by json output">
52+
<img width="800px" src="assets/exportbyjson.png" alt="export by json output">
5353

5454
## Export the BTP resources
5555

@@ -62,7 +62,7 @@ terraform apply
6262
```
6363
You should see the below output:
6464

65-
<img width="600px" src="assets/tfapply.png" alt="terraform apply output">
65+
<img width="800px" src="assets/tfapply.png" alt="terraform apply output">
6666

6767
Now all the resources are exported and you can see the state file under the folder `generated_configurations_<subaccount_id>`
6868

@@ -80,7 +80,7 @@ Now all the resources are exported and you can see the state file under the fold
8080
```
8181
You should see the below output:
8282

83-
<img width="600px" src="assets/exportcforg.png" alt="terraform export cf org">
83+
<img width="800px" src="assets/exportcforg.png" alt="terraform export cf org">
8484

8585
This command will generate the configuration files under `generated_configurations_<organization_ID>`.
8686

0 commit comments

Comments
 (0)