Skip to content

Commit

Permalink
add cloudsql.client role to trillian SA (#1146)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway authored Jun 20, 2024
1 parent fb8d181 commit 5b77732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/gcp/modules/mysql/mysql.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ resource "google_project_iam_member" "logserver_iam" {
"roles/logging.logWriter",
"roles/monitoring.metricWriter",
"roles/stackdriver.resourceMetadata.writer",
"roles/cloudsql.client",
"roles/cloudtrace.agent"
])
project = var.project_id
Expand Down

0 comments on commit 5b77732

Please sign in to comment.