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
2. Open `~/terraform-aks-meshplatform/main.tf` with a text editor. Modify the module variables and Terraform state backend settings in the file.
31
-
32
-
3. Execute the module.
33
-
34
-
```powershell
35
-
# Changes into ~/terraform-aks-meshplatform and applies terraform
36
-
cd ~/terraform-aks-meshplatform
37
-
terraform init
38
-
terraform apply
39
-
```
40
-
41
-
4. Configure the meshPlatform with the output provided by terraform.
42
-
43
-
```sh
44
-
# The JSON output contains sensitive values that must not be transmitted to meshcloud in plain text.
45
-
terraform output -json
46
-
```
47
-
48
-
## Example Usages
49
-
50
-
Check [examples](./examples/) for examples.
51
-
52
18
<!-- BEGIN_TF_DOCS -->
53
19
## Requirements
54
20
@@ -81,6 +47,7 @@ Check [examples](./examples/) for examples.
81
47
| <aname="input_create_password"></a> [create\_password](#input\_create\_password)| Create a password for the enterprise application. |`bool`| n/a | yes |
| <aname="input_metering_enabled"></a> [metering\_enabled](#input\_metering\_enabled)| n/a |`bool`|`true`| no |
50
+
| <aname="input_namespace"></a> [namespace](#input\_namespace)| name of the namespace where the replicator and metering components should be deployed |`string`|`"meshcloud"`| no |
| <aname="input_replicator_enabled"></a> [replicator\_enabled](#input\_replicator\_enabled)| n/a |`bool`|`true`| no |
86
53
| <aname="input_scope"></a> [scope](#input\_scope)| The scope of the service principal. The scope is usually the id of the aks subscription |`string`| n/a | yes |
@@ -97,4 +64,4 @@ Check [examples](./examples/) for examples.
97
64
| <aname="output_replicator_service_principal"></a> [replicator\_service\_principal](#output\_replicator\_service\_principal)| Replicator Service Principal. |
98
65
| <aname="output_replicator_service_principal_password"></a> [replicator\_service\_principal\_password](#output\_replicator\_service\_principal\_password)| Password for Replicator Service Principal. |
0 commit comments