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"