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