You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: released/usecases/cf_enable_application_runtime_memory/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
3
3
## Overview
4
4
5
-
This sample shows how to create subaaccount and cloudfoundry environment instance with [Application Runtime](https://help.sap.com/docs/btp/sap-business-technology-platform/cloud-foundry-environment?q=cloudfoundry+application+runtime#commercial-information-for-cloud-foundry-runtime).
5
+
This sample shows how to create subaaccount and cloudfoundry environment instance with [Application Runtime](https://help.sap.com/docs/btp/sap-business-technology-platform/cloud-foundry-environment?q=cloudfoundry+application+runtime#commercial-information-for-cloud-foundry-runtime). To create cloudfoundry environment with free plan refer to this [Terraform Sample](https://github.com/SAP-samples/btp-terraform-samples/blob/main/released/discovery_center/mission_4327/step1/main.tf#L95).
6
6
7
7
## Content of setup
8
8
9
9
The setup comprises the following resources:
10
10
11
11
- Creation of a SAP BTP subaccount.
12
12
- Add entitlement for cf_application_runtime with memory of 1024 MB (Change the memory limit according to your requirement, You can find it in main.tf)
13
-
- Enable cloudfoundry runtime.
13
+
- Enable cloudfoundry runtime with standard plan.
14
14
- Assign Subaccount Administrator role to the users.
0 commit comments