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 ac32571 commit 4abdf02Copy full SHA for 4abdf02
modules/event-project-log-entry/outputs.tf
@@ -16,5 +16,5 @@
16
17
output "function_event_trigger" {
18
description = "The information used to trigger the function when a log entry is exported to the topic."
19
- value = "${map("event_type", "google.pubsub.topic.publish", "resource", "${module.destination.resource_name}")}"
+ value = "${map("event_type", "google.pubsub.topic.publish", "resource", "${google_pubsub_topic.main.name}")}"
20
}
0 commit comments