We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7360a9 commit 7850537Copy full SHA for 7850537
modules/integrations/pub-sub/main.tf
@@ -101,6 +101,7 @@ resource "google_logging_project_sink" "ingestion_sink" {
101
count = var.is_organizational ? 0 : 1
102
name = "${google_pubsub_topic.ingestion_topic.name}_sink"
103
description = "Sysdig sink to direct the AuditLogs to the PubSub topic used for data gathering"
104
+ project = var.project_id
105
106
# NOTE: The target destination is a PubSub topic
107
destination = "pubsub.googleapis.com/projects/${var.project_id}/topics/${google_pubsub_topic.ingestion_topic.name}"
0 commit comments