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 405010d commit 4608425Copy full SHA for 4608425
main.tf
@@ -60,7 +60,7 @@ resource "random_id" "suffix" {
60
61
module "main" {
62
source = "terraform-google-modules/event-function/google"
63
- version = "~> 4.0"
+ version = "~> 5.0"
64
65
entry_point = var.function_entry_point
66
event_trigger = {
0 commit comments