Skip to content

Commit

Permalink
WIP: Add commented out pub/sub trigger for cloud function
Browse files Browse the repository at this point in the history
skipci
  • Loading branch information
cortadocodes committed Mar 21, 2024
1 parent 79732f7 commit b840e18
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions terraform/functions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ resource "google_cloudfunctions2_function" "event_handler" {
}
}

# event_trigger {
# trigger_region = var.region
# event_type = "google.cloud.pubsub.topic.v1.messagePublished"
# pubsub_topic = google_pubsub_topic.topic.id
# retry_policy = "RETRY_POLICY_RETRY"
# }

}


Expand Down

0 comments on commit b840e18

Please sign in to comment.