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
|[azuread_client_config.current](https://registry.terraform.io/providers/hashicorp/azuread/2.18.0/docs/data-sources/client_config)| data source |
28
30
|[azurerm_management_group.root](https://registry.terraform.io/providers/hashicorp/azurerm/2.97.0/docs/data-sources/management_group)| data source |
29
31
30
32
## Inputs
@@ -44,6 +46,7 @@
44
46
45
47
| Name | Description |
46
48
|------|-------------|
49
+
| <aname="output_azure_ad_tenant_id"></a> [azure\_ad\_tenant\_id](#output\_azure\_ad\_tenant\_id)| The Azure AD tenant id. |
47
50
| <aname="output_idp_lookup_spp"></a> [idp\_lookup\_spp](#output\_idp\_lookup\_spp)| IDP Lookup Service Principal. |
48
51
| <aname="output_idp_lookup_spp_password"></a> [idp\_lookup\_spp\_password](#output\_idp\_lookup\_spp\_password)| Password for IDP Lookup Service Principal. |
49
52
| <aname="output_kraken_spp"></a> [kraken\_spp](#output\_kraken\_spp)| Kraken Service Principal. |
|[azuread_application_published_app_ids.well_known](https://registry.terraform.io/providers/hashicorp/azuread/2.18.0/docs/data-sources/application_published_app_ids)| data source |
26
29
27
30
## Inputs
28
31
29
32
| Name | Description | Type | Default | Required |
| <aname="input_scope"></a> [scope](#input\_scope)| The scope to which SPP permissions should be assigned to. Usually this is a management group that sits atop the subscriptions. |`string`| n/a | yes |
32
34
| <aname="input_spp_name_suffix"></a> [spp\_name\_suffix](#input\_spp\_name\_suffix)| Service principal name suffix. |`string`| n/a | yes |
| <aname="output_service_principal"></a> [service\_principal](#output\_service\_principal)|Service Principal application id and object id|
39
41
| <aname="output_service_principal_password"></a> [service\_principal\_password](#output\_service\_principal\_password)| Password for the Service Principal. |
| <aname="output_service_principal"></a> [service\_principal](#output\_service\_principal)|Service Principal application id and object id|
43
43
| <aname="output_service_principal_password"></a> [service\_principal\_password](#output\_service\_principal\_password)| Password for the Service Principal. |
|[azuread_application_published_app_ids.well_known](https://registry.terraform.io/providers/hashicorp/azuread/2.18.0/docs/data-sources/application_published_app_ids)| data source |
| <aname="output_service_principal"></a> [service\_principal](#output\_service\_principal)|Service Principal application id and object id|
44
49
| <aname="output_service_principal_password"></a> [service\_principal\_password](#output\_service\_principal\_password)| Password for the Service Principal. |
|[azuread_application_published_app_ids.well_known](https://registry.terraform.io/providers/hashicorp/azuread/2.18.0/docs/data-sources/application_published_app_ids)| data source |
27
+
28
+
## Inputs
29
+
30
+
| Name | Description | Type | Default | Required |
| <aname="input_meshstack_redirect_uri"></a> [meshstack\_redirect\_uri](#input\_meshstack\_redirect\_uri)| Redirect URI that will be provided by meshcloud. It is individual per meshStack. |`string`| n/a | yes |
33
+
| <aname="input_spp_name_suffix"></a> [spp\_name\_suffix](#input\_spp\_name\_suffix)| Service principal name suffix. |`string`| n/a | yes |
34
+
35
+
## Outputs
36
+
37
+
| Name | Description |
38
+
|------|-------------|
39
+
| <aname="output_app_registration"></a> [app\_registration](#output\_app\_registration)| Application registration application id and object id |
40
+
| <aname="output_app_registration_client_secret"></a> [app\_registration\_client\_secret](#output\_app\_registration\_client\_secret)| Password for the application registration. |
0 commit comments