Merge branch 'master' into lcaggio/dp-dc-policy-tag

This commit is contained in:
lcaggio 2022-04-04 15:38:52 +02:00 committed by GitHub
commit ec3832760d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@ locals {
module.service-account-df.iam_email
]
# common roles
"roles/logging.admin" = var.data_eng_principals
"roles/logging.logWriter" = [
module.service-account-bq.iam_email,
module.service-account-landing.iam_email,

View File

@ -24,4 +24,4 @@ def test_resources(e2e_plan_runner):
"Test that plan works and the numbers of resources is as expected."
modules, resources = e2e_plan_runner(FIXTURES_DIR)
assert len(modules) == 11
assert len(resources) == 46
assert len(resources) == 47