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:
committed by
GitHub
parent
87383a1569
commit
1a4b298cc9
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user