Merge branch 'master' into fast-dev

This commit is contained in:
Ludo
2025-05-02 14:39:28 +02:00
7 changed files with 26 additions and 6 deletions

View File

@@ -37,6 +37,7 @@ module "projects" {
source = "../project"
for_each = local.projects
billing_account = each.value.billing_account
deletion_policy = each.value.deletion_policy
name = each.value.name
parent = lookup(
local.context.folder_ids, each.value.parent, each.value.parent