|
2 | 2 |
|
3 | 3 | ## Assumptions
|
4 | 4 |
|
5 |
| -- We assume a bsaic setup of a subaccount is executed by the platform team/ SAP BTP administrator team |
6 |
| -- We assume that the responsibility of the platform team is restricted to a basic setup of a subacount leaving out app subscriptions and service instance creation. |
| 5 | +- We assume a basic setup of a subaccount is executed by the platform team/ SAP BTP administrator team |
| 6 | +- We assume that the responsibility of the platform team is restricted to a basic setup of a subaccount leaving out app subscriptions and service instance creation. |
7 | 7 |
|
8 |
| -## Design Decsions |
| 8 | +## Design Decisions |
9 | 9 |
|
10 |
| -To keep the Terraform state files clearly seperated the setup is done per subaccount i.e. per stage. |
| 10 | +To keep the Terraform state files clearly separated the setup is done per subaccount i.e. per stage. |
11 | 11 |
|
12 | 12 | ## Subaccount Setup
|
13 | 13 |
|
14 | 14 | The setup of the subaccount comprises:
|
15 | 15 |
|
16 |
| -- The setup of a subaccount in accordance to the naming conventions and labeling startegy of the company |
| 16 | +- The setup of a subaccount in accordance to the naming conventions and labeling strategy of the company |
17 | 17 | - The trust configuration to a custom IdP is configured by default.
|
18 | 18 | - Default entitlements are added depending on the stage. In addition the requesting team can add additional project specific entitlements ("à la carte entitlements")
|
19 | 19 | - Optionally a Cloud Foundry Environment is created
|
20 | 20 |
|
21 | 21 | ### Naming Conventions and Labels
|
22 | 22 |
|
23 |
| -The naming conventions and labels are centralized in the module [sap-btp-naming-conventions-subaccount](../../modules/sap-btp-naming-conventions-subaccount/README.md). The names and labels are drived based on input variables defined in the [variables.tf](./variables.tf) file. |
| 23 | +The naming conventions and labels are centralized in the module [sap-btp-naming-conventions-subaccount](../../modules/sap-btp-naming-conventions-subaccount/README.md). The names and labels are derived based on input variables defined in the [variables.tf](./variables.tf) file. |
24 | 24 |
|
25 | 25 | ### Validations for Geographies and BTP Regions
|
26 | 26 |
|
27 |
| -According to the SAP BTP Administrators Guide one part of the naming is the geographical region. To ensure that this region fits to the subaccount region, a validation is implemented in the [variables.tf](./variables.tf) file. The validation checks if the region of the subaccount is part of the geographical region. The geographical regions are defined in a local variable sdefined in the [main.tf](main.tf) file. |
| 27 | +According to the SAP BTP Administrators Guide one part of the naming is the geographical region. To ensure that this region fits to the subaccount region, a validation is implemented in the [variables.tf](./variables.tf) file. The validation checks if the region of the subaccount is part of the geographical region. The geographical regions are defined in a local variables defined in the [main.tf](main.tf) file. |
28 | 28 |
|
29 | 29 | ### Setup of Entitlements
|
30 | 30 |
|
|
0 commit comments