From fb296acf33d6b6913273301b4ab8d16e4a30d278 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Thu, 9 May 2024 17:15:22 -0700 Subject: [PATCH] Update main.tf --- examples/automatic-labelling-from-localhost/main.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/automatic-labelling-from-localhost/main.tf b/examples/automatic-labelling-from-localhost/main.tf index 97527d8..12dc7c0 100644 --- a/examples/automatic-labelling-from-localhost/main.tf +++ b/examples/automatic-labelling-from-localhost/main.tf @@ -32,6 +32,8 @@ module "localhost_function" { source = "terraform-google-modules/event-function/google" version = "~> 3.0" + event_trigger_failure_policy_retry = false + description = "Labels resource with owner information." entry_point = "labelResource"