Changed parent folder from root_node to shared-folder (#196)

Fix for the parent folder of the audit-project. it was set to root-node instead of shared-folder as indicated into the overview diagram.
This commit is contained in:
Daniel Marzini 2021-02-13 20:17:15 +01:00 committed by GitHub
parent be8c61ac2c
commit 5c47b7c7d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ module "bu-machine-learning" {
module "audit-project" { module "audit-project" {
source = "../../modules/project" source = "../../modules/project"
name = "audit" name = "audit"
parent = var.root_node parent = module.shared-folder.id
prefix = var.prefix prefix = var.prefix
billing_account = var.billing_account_id billing_account = var.billing_account_id
iam = { iam = {