We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eef813 commit 0b9c61fCopy full SHA for 0b9c61f
01-landing.tf
@@ -27,8 +27,8 @@ locals {
27
module.land-sa-0.iam_email
28
]
29
"roles/iam.serviceAccountTokenCreator" = [
30
- "serviceAccount:service-${module.land-project.number}@gcp-sa-bigquerydatatransfer.iam.gserviceaccount.com"
31
- ]
+ module.land-sa-0.iam_email
+ ]
32
}
33
34
04-publisher.tf
@@ -31,7 +31,10 @@ locals {
"roles/storage.admin" = [
module.prc-sa-0.iam_email
35
+ "roles/iam.serviceAccountTokenCreator" = [
36
+ module.prc-sa-0.iam_email
37
38
39
publisher_schema_users = jsonencode([
40
{ name = "id", type = "INT64" },
0 commit comments