Skip to content

Commit 3ce3f5d

Browse files
committed
chore: documentation fixes
1 parent bf06779 commit 3ce3f5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ provider "cloudfoundry" {
4141
}
4242
```
4343

44-
What have we done? First we defined which provider we want to use and which version of the provider we want to use. In this case we want to use the provider `sap/btp` in version `1.10.0` and cloudfoundry provider `cloudfoundry/cloudfoundry` in version `1.3.0`. Then we defined the provider configuration. In this case we need to provide the `globalaccount` and `idp` parameters where we reference a variable. We will define this variable in the next step.
44+
What have we done? First we defined which provider we want to use and which version of the provider we want to use. In this case we want to use the provider `sap/btp` in version `1.10.0` and cloudfoundry provider `cloudfoundry/cloudfoundry` in version `1.3.0`. Then we defined the provider configuration. In this case we need to provide the `globalaccount` and `idp` parameters where we reference a variable. We will define this variable in the next steps.
4545

4646
> [!NOTE]
4747
> We do not need any authentication information in this file. We provided the authentication information via environment variables.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Terraform Exporter for SAP BTP (btptf CLI) is a convenient tool that simplif
77
Pre-requisites:
88

99
- you need one existing BTP subaccount with resources in it (You already have one now).
10-
- [Terraform Exporter Binaries](https://github.com/SAP/terraform-exporter-btp), Run the below command in your cli to check the exporter binaries have setup.
10+
- [Terraform Exporter Binaries](https://github.com/SAP/terraform-exporter-btp/releases), Run the below command in your cli to check the exporter binaries have setup.
1111

1212
```bash
1313
btptf --help
@@ -93,7 +93,7 @@ Now all the resources are exported and you can see the state file under the fold
9393

9494
To export Cloud Foundry resources, we use the Organization's ID.
9595

96-
As we did in the previous BTP export, we will first create the JSON file. However, this time, we only want to export the spaces. To do this, run the following command:
96+
As we did in the previous BTP export, we will first create the JSON file. However, this time, we only want to export the spaces. To achieve this, run the following command:
9797

9898
```bash
9999
btptf export --organization < Organization ID > --resources spaces
@@ -104,7 +104,7 @@ Now all the resources are exported and you can see the state file under the fold
104104

105105
This command will generate the configuration files under `generated_configurations_<organization_ID>`.
106106

107-
In this case, we are exporting all spaces from the Cloud Foundry organization, and we do not need to provide a JSON file as input.
107+
In this case, we are exporting all spaces from the Cloud Foundry organization without needing to provide a JSON file as input.
108108

109109

110110
### Summary

0 commit comments

Comments
 (0)