Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/event-function…
Browse files Browse the repository at this point in the history
…/google to v4
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 1ad426b commit dba5759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/automatic_folder/watcher.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "event_folder_log_entry" {
source = "terraform-google-modules/event-function/google//modules/event-folder-log-entry"
version = "~> 3.0"
version = "~> 4.0"

filter = <<EOF
resource.type="project" AND
Expand All @@ -37,7 +37,7 @@ resource "google_service_account" "watcher" {

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

description = "Adds projects to VPC service permiterer."
entry_point = "handler"
Expand Down

0 comments on commit dba5759

Please sign in to comment.