We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07a5cd1 + d59da90 commit 18203b6Copy full SHA for 18203b6
resources.tf
@@ -7,6 +7,10 @@ resource "google_pubsub_subscription" "subscription" {
7
dead_letter_topic = google_pubsub_topic.dead_letter_subscription_topic.id
8
max_delivery_attempts = var.max_delivery_attempts
9
}
10
+
11
+ depends_on = [
12
+ google_pubsub_topic_iam_member.assign_pubsub_publisher
13
+ ]
14
15
16
resource "google_pubsub_topic" "dead_letter_subscription_topic" {
0 commit comments