Merge pull request #1353 from apichick/apigee-bigquery-analytics-fix

fix in IAM binding of Apigee BigQuery analytics blueprint
This commit is contained in:
apichick 2023-05-03 18:31:57 +02:00 committed by GitHub
commit 234aa4c55d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -43,9 +43,7 @@ module "project" {
module.function_gcs2bq.service_account_iam_email
]
"roles/logging.logWriter" = [
module.function_export.service_account_iam_email
]
"roles/logging.logWriter" = [
module.function_export.service_account_iam_email,
module.function_gcs2bq.service_account_iam_email
]
"roles/apigee.admin" = [