diff --git a/kit/azure/bootstrap/template/platform-module/terragrunt.hcl b/kit/azure/bootstrap/template/platform-module/terragrunt.hcl index f034ca66..81f7676b 100644 --- a/kit/azure/bootstrap/template/platform-module/terragrunt.hcl +++ b/kit/azure/bootstrap/template/platform-module/terragrunt.hcl @@ -37,8 +37,8 @@ EOF } inputs = { - aad_tenant_id = include.platform.locals.platform.azure.aadTenantId - + aad_tenant_id = include.platform.locals.platform.azure.aadTenantId + parent_management_group_name = "cloudfoundation-management-group" #TODO the cloudfoundation is created in a separate management group so as not to jeopardize the existing infrastructure terraform_state_storage = { name = "${include.platform.locals.cloudfoundation.name}" location = "germanywestcentral" #TODO change, the azure location of the resource group and storage account