From d61991c0d1fb420957f4a14f855014b72741f75f Mon Sep 17 00:00:00 2001 From: Deepak Kumar Date: Thu, 15 Feb 2024 14:19:26 +0100 Subject: [PATCH] fixes: permadiff issue if event trigger region is not specified - fixes https://github.com/hashicorp/terraform-provider-google/issues/17161 --- mmv1/products/cloudfunctions2/Function.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/mmv1/products/cloudfunctions2/Function.yaml b/mmv1/products/cloudfunctions2/Function.yaml index a094196586fc..e7d6a3f89440 100644 --- a/mmv1/products/cloudfunctions2/Function.yaml +++ b/mmv1/products/cloudfunctions2/Function.yaml @@ -594,6 +594,7 @@ properties: events originating in this region. It can be the same region as the function, a different region or multi-region, or the global region. If not provided, defaults to the same region as the function. + default_value: '{{location}}' - !ruby/object:Api::Type::String name: 'eventType' description: 'Required. The type of event to observe.'