Skip to content

Commit 04fce38

Browse files
committed
Remove unhelpful comment
The permissions listed are not cross-project, so this comment is misleading. The comment is a hang-over from when the BigQuery permissions were assigned across all search environments at once. See #2109
1 parent 1756975 commit 04fce38

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

terraform/deployments/search-api-v2/dataform.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ resource "google_service_account_iam_binding" "dataform_sa_token_creator" {
125125
]
126126
}
127127

128-
# BigQuery cross-project permissions
129128
# Service account permissions to access BigQuery
130129
resource "google_project_iam_member" "bigquery_data_editor" {
131130
project = "search-api-v2-${var.gcp_env}"

0 commit comments

Comments
 (0)