Skip to content

Commit

Permalink
fix(deps)!: Update Terraform terraform-google-modules/event-function/…
Browse files Browse the repository at this point in the history
…google to v4 (#256)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 5, 2024
1 parent e381c2a commit e2239dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ resource "random_id" "suffix" {

module "main" {
source = "terraform-google-modules/event-function/google"
version = "~> 3.0"
version = "~> 4.0"

entry_point = var.function_entry_point
event_trigger = {
Expand Down

0 comments on commit e2239dc

Please sign in to comment.