Skip to content

Commit

Permalink
chore: adding parent management group to terragrunt.hcl
Browse files Browse the repository at this point in the history
  • Loading branch information
florianow committed Apr 19, 2024
1 parent 3f1cdf3 commit 948a875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kit/azure/bootstrap/template/platform-module/terragrunt.hcl
Expand Up @@ -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
Expand Down

0 comments on commit 948a875

Please sign in to comment.