Skip to content

Commit 948a875

Browse files
committed
chore: adding parent management group to terragrunt.hcl
1 parent 3f1cdf3 commit 948a875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kit/azure/bootstrap/template/platform-module/terragrunt.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ EOF
3737
}
3838

3939
inputs = {
40-
aad_tenant_id = include.platform.locals.platform.azure.aadTenantId
41-
40+
aad_tenant_id = include.platform.locals.platform.azure.aadTenantId
41+
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
4242
terraform_state_storage = {
4343
name = "${include.platform.locals.cloudfoundation.name}"
4444
location = "germanywestcentral" #TODO change, the azure location of the resource group and storage account

0 commit comments

Comments
 (0)