Skip to content

Commit 0b9c61f

Browse files
committed
updated IAM
1 parent 8eef813 commit 0b9c61f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Diff for: 01-landing.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ locals {
2727
module.land-sa-0.iam_email
2828
]
2929
"roles/iam.serviceAccountTokenCreator" = [
30-
"serviceAccount:service-${module.land-project.number}@gcp-sa-bigquerydatatransfer.iam.gserviceaccount.com"
31-
]
30+
module.land-sa-0.iam_email
31+
]
3232
}
3333
}
3434

Diff for: 04-publisher.tf

+4-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ locals {
3131
]
3232
"roles/storage.admin" = [
3333
module.prc-sa-0.iam_email
34-
]
34+
]
35+
"roles/iam.serviceAccountTokenCreator" = [
36+
module.prc-sa-0.iam_email
37+
]
3538
}
3639
publisher_schema_users = jsonencode([
3740
{ name = "id", type = "INT64" },

0 commit comments

Comments
 (0)