Project factory additions, project module reuse implementation (#2899)

* add support for buckets

* add project-level interpolation for own SAs

* docs

* project reuse changes

* fix example

* tfdoc

* update check documentation tool

* fast tests

* blueprints

* typo
This commit is contained in:
Ludovico Magnocavallo
2025-02-15 20:37:45 +01:00
committed by GitHub
parent 87383a1569
commit 1a4b298cc9
79 changed files with 628 additions and 379 deletions

View File

@@ -20,7 +20,7 @@
module "project" {
source = "../../../../modules/project"
name = var.project_id
project_create = var.project_create
project_reuse = var.project_create ? null : {}
parent = var.parent
billing_account = var.billing_account
services = [