Skip to content

Commit

Permalink
fix: Add depends_on to Eventarc trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
NimJay authored Dec 17, 2024
1 parent adfcb4d commit 25b12f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ resource "google_eventarc_trigger" "trigger" {
region = var.region
}
}

depends_on = [
google_project_iam_member.eventarc_agent,
]
}

resource "google_project_iam_member" "trigger" {
Expand Down

0 comments on commit 25b12f0

Please sign in to comment.