Skip to content

Commit e2239dc

Browse files
fix(deps)!: Update Terraform terraform-google-modules/event-function/google to v4 (#256)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e381c2a commit e2239dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ resource "random_id" "suffix" {
6060

6161
module "main" {
6262
source = "terraform-google-modules/event-function/google"
63-
version = "~> 3.0"
63+
version = "~> 4.0"
6464

6565
entry_point = var.function_entry_point
6666
event_trigger = {

0 commit comments

Comments
 (0)