File tree Expand file tree Collapse file tree 4 files changed +1
-25
lines changed
azure-integration-preprovisioned-subscriptions Expand file tree Collapse file tree 4 files changed +1
-25
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,4 @@ module "meshplatform" {
18
18
mgmt_group_name = " <MANAGEMENT_GROUP_NAME>|<MANAGEMENT_GROUP_UUID>"
19
19
20
20
additional_permissions = [" Microsoft.Subscription/rename/action" ]
21
-
22
- # If you want to integrate your AAD as SSO for meshStack, set the below value to true to create the necessary Application.
23
- idplookup_enabled = false
24
21
}
Original file line number Diff line number Diff line change @@ -20,16 +20,6 @@ output "kraken_service_principal_password" {
20
20
sensitive = true
21
21
}
22
22
23
- output "idp_lookup_service_principal" {
24
- description = " IDP Lookup Service Principal."
25
- value = module. meshplatform . idp_lookup_service_principal
26
- }
27
-
28
- output "idp_lookup_service_principal_password" {
29
- description = " Password for IDP Lookup Service Principal."
30
- value = module. meshplatform . idp_lookup_service_principal_password
31
- }
32
-
33
23
output "uami_blueprint_user_principal" {
34
24
description = " UAMI Blueprint Assignment Service Principal."
35
25
value = module. meshplatform . uami_blueprint_user_principal
Original file line number Diff line number Diff line change @@ -20,17 +20,6 @@ output "kraken_service_principal_password" {
20
20
sensitive = true
21
21
}
22
22
23
- output "idp_lookup_service_principal" {
24
- description = " IDP Lookup Service Principal."
25
- value = module. meshplatform . idp_lookup_service_principal
26
- }
27
-
28
- output "idp_lookup_service_principal_password" {
29
- description = " Password for IDP Lookup Service Principal."
30
- value = module. meshplatform . idp_lookup_service_principal_password
31
- sensitive = true
32
- }
33
-
34
23
output "uami_blueprint_user_principal" {
35
24
description = " UAMI Blueprint Assignment Service Principal."
36
25
value = module. meshplatform . uami_blueprint_user_principal
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ variable "kraken_enabled" {
33
33
34
34
variable "idplookup_enabled" {
35
35
type = bool
36
- default = true
36
+ default = false
37
37
description = " Whether to create idplookup Service Principal or not."
38
38
}
39
39
You can’t perform that action at this time.
0 commit comments