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 (#159)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent fc2f084 commit 4a5c232
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 4a5c232

Please sign in to comment.