Skip to content

Commit 755c34b

Browse files
committed
review CF README file
1 parent 8438c69 commit 755c34b

File tree

1 file changed

+5
-5
lines changed
  • sample-setups/modules/sap-btp-environment/cloudfoundry

1 file changed

+5
-5
lines changed

sample-setups/modules/sap-btp-environment/cloudfoundry/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# SAP BTP - Cloud Foundry Environment Setup
1+
# SAP BTP - Cloud Foundry Runtime Setup
22

3-
This module encapsulates the creation of a Cloud Foundry environment in a subaccount on SAP BTP.
3+
This module encapsulates the creation of a Cloud Foundry runtime in a subaccount on SAP BTP.
44

55
## Requirements
66

@@ -33,9 +33,9 @@ No modules.
3333
| Name | Description | Type | Default | Required |
3434
|------|-------------|------|---------|:--------:|
3535
| <a name="input_cf_org_name"></a> [cf\_org\_name](#input\_cf\_org\_name) | Name of the Cloud Foundry org. | `string` | n/a | yes |
36-
| <a name="input_instance_name"></a> [instance\_name](#input\_instance\_name) | Name of the Cloud Foundry environment instance. | `string` | n/a | yes |
37-
| <a name="input_plan_name"></a> [plan\_name](#input\_plan\_name) | Desired service plan for the Cloud Foundry environment instance. | `string` | `"standard"` | no |
38-
| <a name="input_subaccount_id"></a> [subaccount\_id](#input\_subaccount\_id) | ID of the subaccount where the Cloud Foundry environment will be created. | `string` | n/a | yes |
36+
| <a name="input_instance_name"></a> [instance\_name](#input\_instance\_name) | Name of the Cloud Foundry runtime instance. | `string` | n/a | yes |
37+
| <a name="input_plan_name"></a> [plan\_name](#input\_plan\_name) | Desired service plan for the Cloud Foundry runtime instance. | `string` | `"standard"` | no |
38+
| <a name="input_subaccount_id"></a> [subaccount\_id](#input\_subaccount\_id) | ID of the subaccount where the Cloud Foundry runtime is created. | `string` | n/a | yes |
3939

4040
## Outputs
4141

0 commit comments

Comments
 (0)