Skip to content

Commit b75a453

Browse files
authored
clean up example
1 parent 0a73b4d commit b75a453

File tree

1 file changed

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

1 file changed

+2
-5
lines changed

examples/basic-azure-integration/main.tf

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
# Please be aware that you cannot destroy the created resources via terraform if you lose the state file.
77
terraform {
88
backend "azurerm" {
9-
use_azuread_auth = true
109
tenant_id = "aadTenantId"
1110
subscription_id = "subscriptionId"
12-
resource_group_name = "cf-tfstates-iqw0x"
11+
resource_group_name = "rg-cloud-foundation"
1312
storage_account_name = "tfstatesiqw0x"
1413
container_name = "tfstates"
14+
key = "meshplatform-setup"
1515
}
1616
}
1717

@@ -25,7 +25,4 @@ module "meshplatform" {
2525

2626
service_principal_name_suffix = "<UNIQUE_NAME>"
2727
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
3128
}

0 commit comments

Comments
 (0)