Skip to content

Commit 58dfc81

Browse files
Felix Ziegermeshkodiak[bot]
authored andcommitted
config: default setup should not create IDP Lookup
1 parent 8c9f245 commit 58dfc81

File tree

1 file changed

+2
-0
lines changed
  • examples/basic-azure-integration

1 file changed

+2
-0
lines changed

examples/basic-azure-integration/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ module "meshplatform" {
1717
service_principal_name_suffix = "<UNIQUE_NAME>"
1818
mgmt_group_name = "<MANAGEMENT_GROUP_NAME>|<MANAGEMENT_GROUP_UUID>"
1919

20+
# If you want to integrate your AAD as SSO for meshStack, set the below value to true to create the necessary Application.
21+
idplookup_enabled = false
2022
}

0 commit comments

Comments
 (0)