Fix lint
This commit is contained in:
@@ -34,9 +34,9 @@ module "project" {
|
|||||||
"pubsub.googleapis.com"
|
"pubsub.googleapis.com"
|
||||||
]
|
]
|
||||||
iam = {
|
iam = {
|
||||||
"roles/resourcemanager.projectIamAdmin" = [ "serviceAccount:${module.project.service_accounts.robots.cloudasset}" ]
|
"roles/resourcemanager.projectIamAdmin" = ["serviceAccount:${module.project.service_accounts.robots.cloudasset}"]
|
||||||
"roles/bigquery.dataEditor" = [ "serviceAccount:${module.project.service_accounts.robots.cloudasset}" ]
|
"roles/bigquery.dataEditor" = ["serviceAccount:${module.project.service_accounts.robots.cloudasset}"]
|
||||||
"roles/bigquery.user" = [ "serviceAccount:${module.project.service_accounts.robots.cloudasset}" ]
|
"roles/bigquery.user" = ["serviceAccount:${module.project.service_accounts.robots.cloudasset}"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user