Skip to content

Commit

Permalink
Correct to gcs_account
Browse files Browse the repository at this point in the history
  • Loading branch information
NimJay authored Dec 17, 2024
1 parent 25b12f0 commit 671a21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ resource "google_eventarc_trigger" "trigger" {
}

depends_on = [
google_project_iam_member.eventarc_agent,
google_project_iam_member.gcs_account,
]
}

Expand Down

0 comments on commit 671a21e

Please sign in to comment.