Skip to content

Commit 6ae422f

Browse files
authored
Update README.md
1 parent 2b14458 commit 6ae422f

File tree

1 file changed

+8
-3
lines changed
  • released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises/EXERCISE4

1 file changed

+8
-3
lines changed

released/SAP-Inside-Tracks/SITBLR_DEC_2024/exercises/EXERCISE4/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,18 @@ resource "btp_subaccount_environment_instance" "cloudfoundry" {
5353
```
5454
### Step 2: Add the variables to tfvar file
5555

56-
Add following variables to your `tfvars` file to configure the CloudFoundry Plan.
56+
If you are creating subaccount in **SAP BTP Trial landscape**, open the `terraform.tfvars` file and add the following variable:
5757

5858
```terraform
5959
cf_plan = "trial"
6060
```
61-
**note:** For factory landscapes such as eu10, us10, or ap10, ensure `cf_plan` is `standard` instead of trial.
61+
**OR**
6262

63+
If you are creating subaccount in **Live or Production landscapes** such as `EU10`, `US10`, `AP10` etc, open the `terraform.tfvars` file and add the following variable:
64+
65+
```terraform
66+
cf_plan = "standard"
67+
```
6368
Save the changes.
6469

6570
### Step 3: Adjust the output variables
@@ -102,4 +107,4 @@ output "cloudfoundry_org_name" {
102107

103108
You've now successfully created a Cloud Foundry environment instance as well as a Cloud Foundry space in SAP BTP.
104109
105-
Continue to - [Exercise 5 - Create a CloudFoundry Space](../EXERCISE5/README.md).
110+
Continue to - [Exercise 5 - Create a CloudFoundry Space](../EXERCISE5/README.md).

0 commit comments

Comments
 (0)