Skip to content

Commit

Permalink
tf fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Jul 4, 2024
1 parent 1a3818e commit 47c3b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/modules/gcs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ resource "google_spanner_database" "log" {
}

resource "google_spanner_database_iam_binding" "database" {
instance = google_spanner_instance.log
database = google_spanner_database.log
instance = google_spanner_instance.log.name
database = google_spanner_database.log.name
role = "roles/compute.networkUser"

members = [
Expand Down

0 comments on commit 47c3b78

Please sign in to comment.