File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
examples/basic-azure-integration Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 6
6
# Please be aware that you cannot destroy the created resources via terraform if you lose the state file.
7
7
terraform {
8
8
backend "azurerm" {
9
- use_azuread_auth = true
10
9
tenant_id = " aadTenantId"
11
10
subscription_id = " subscriptionId"
12
- resource_group_name = " cf-tfstates-iqw0x "
11
+ resource_group_name = " rg-cloud-foundation "
13
12
storage_account_name = " tfstatesiqw0x"
14
13
container_name = " tfstates"
14
+ key = " meshplatform-setup"
15
15
}
16
16
}
17
17
@@ -25,7 +25,4 @@ module "meshplatform" {
25
25
26
26
service_principal_name_suffix = " <UNIQUE_NAME>"
27
27
mgmt_group_name = " <MANAGEMENT_GROUP_NAME>|<MANAGEMENT_GROUP_ID>" # Either the Management group Name or ID
28
-
29
- # If you want to integrate your AAD as SSO for meshStack, set the below value to true to create the necessary Application.
30
- idplookup_enabled = false
31
28
}
You can’t perform that action at this time.
0 commit comments