Merge pull request #168 from terraform-google-modules/fix-business-units

Fix business-units bucket uniqueness issue.
This commit is contained in:
Aleksandr Averbukh
2020-11-17 14:01:09 +01:00
committed by GitHub

View File

@@ -64,6 +64,7 @@ module "bu-business-intelligence" {
gcs_defaults = var.gcs_defaults
organization_id = var.organization_id
root_node = var.root_node
prefix = var.prefix
# extra variables from the folders-unit module can be used here to grant
# IAM roles to the bu users, configure the automation service accounts, etc.
# iam_roles = ["viewer"]
@@ -80,6 +81,7 @@ module "bu-machine-learning" {
gcs_defaults = var.gcs_defaults
organization_id = var.organization_id
root_node = var.root_node
prefix = var.prefix
# extra variables from the folders-unit module can be used here to grant
# IAM roles to the bu users, configure the automation service accounts, etc.
}