Skip to content

Commit

Permalink
Merge pull request #1353 from apichick/apigee-bigquery-analytics-fix
Browse files Browse the repository at this point in the history
fix in IAM binding of Apigee BigQuery analytics blueprint
  • Loading branch information
apichick authored May 3, 2023
2 parents 933dc20 + 75e0a09 commit 234aa4c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions blueprints/apigee/bigquery-analytics/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" = [
Expand Down

0 comments on commit 234aa4c

Please sign in to comment.