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/discovery_center/mission_3252/README.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,16 +24,20 @@ To deploy the resources you must:
24
24
export BTP_USERNAME=<your_username>
25
25
export BTP_PASSWORD=<your_password>
26
26
```
27
-
Alternativelly set:
28
27
28
+
Alternativelly set:
29
29
30
-
```bash
31
-
export BTP_ENABLE_SSO=true
32
-
```
30
+
```bash
31
+
export BTP_ENABLE_SSO=true
32
+
```
33
33
34
34
2. Change the variables in the `sample.tfvars` file to meet your requirements
35
35
36
-
> The minimal set of parameters you should specify (beside user_email and password) is globalaccount (i.e. its subdomain)
36
+
> You must at least set a value for `globalaccount` (i.e. the subdomain of the globalaccount to use).
37
+
38
+
> ⚠ NOTE: If you change the value of the `region` variable please ensure that you adjust the values for `kyma_instance_parameters` accordingly, or set it to `null` to use default values for the region. Please refer to the documentation about available service plans and cluster regions for Kyma environments, as well as the documentation for parameter values and defaults for the different service plans.
39
+
> *[Regions for the Kyma Environemnt](https://help.sap.com/docs/btp/sap-business-technology-platform/regions-for-kyma-environment)
40
+
> *[Provisioning and Updating Parameters in the Kyma Environment](https://help.sap.com/docs/btp/sap-business-technology-platform/provisioning-and-update-parameters-in-kyma-environment)
37
41
38
42
> ⚠ NOTE: You should pay attention **specifically** to the users defined in the samples.tfvars whether they already exist in your SAP BTP accounts. Otherwise you might get error messages like e.g. `Error: The user could not be found: [email protected]`.
description="Defines the colleagues who are added to each subaccount as subaccount service administrators."
37
43
}
38
44
39
-
variable"kyma_instance" {
45
+
variable"kyma_instance_parameters" {
40
46
type=object({
41
47
name =string
42
48
region =string
43
49
machine_type =string
44
50
auto_scaler_min =number
45
51
auto_scaler_max =number
46
-
createtimeout =string
47
-
updatetimeout =string
48
-
deletetimeout =string
49
52
})
50
-
description="Your Kyma environment configuration"
53
+
description="Your Kyma environment configuration parameters. Name and region are mandatory. Please refer to the following documentation for more details: https://help.sap.com/docs/btp/sap-business-technology-platform/provisioning-and-update-parameters-in-kyma-environment."
0 commit comments