Skip to content

Commit 4abdf02

Browse files
committed
removed unused reference
1 parent ac32571 commit 4abdf02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/event-project-log-entry/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

1717
output "function_event_trigger" {
1818
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}")}"
19+
value = "${map("event_type", "google.pubsub.topic.publish", "resource", "${google_pubsub_topic.main.name}")}"
2020
}

0 commit comments

Comments
 (0)