From 3629841897a92c9e1a0a14d223aaebe3571958b0 Mon Sep 17 00:00:00 2001 From: Leonardo Romanini <97033241+romanini-ciandt@users.noreply.github.com> Date: Tue, 3 Sep 2024 20:45:38 -0300 Subject: [PATCH] chore: Add elo into kms-solutions repo (#2555) --- infra/terraform/test-org/org/locals.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/terraform/test-org/org/locals.tf b/infra/terraform/test-org/org/locals.tf index 26167f37eb9..74b00243d61 100644 --- a/infra/terraform/test-org/org/locals.tf +++ b/infra/terraform/test-org/org/locals.tf @@ -879,7 +879,7 @@ locals { name = "kms-solutions" org = "GoogleCloudPlatform" description = "Store Cloud KMS scripts, artifacts, code samples, and more." - owners = ["tdbhacks"] + owners = ["tdbhacks", "erlanderlo"] lint_env = { ENABLE_BPMETADATA = "1" }