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 7864b92 commit 8f239dcCopy full SHA for 8f239dc
main.tf
@@ -48,10 +48,8 @@ module "pubsub_topic" {
48
*****************************************/
49
50
module "main" {
51
- # TODO update version once event-function is released with new functionality
52
- source = "github.com/taylorludwig/terraform-google-event-function?ref=feature%2F37-terraform-created-files-in-archive"
53
- # source = "terraform-google-modules/event-function/google"
54
- # version = "~> 1.1"
+ source = "terraform-google-modules/event-function/google"
+ version = "~> 1.2"
55
56
entry_point = var.function_entry_point
57
event_trigger = {
0 commit comments