From 0476c1331961323a61c5182a580e6807f0c26c2b Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Wed, 15 Jan 2025 14:00:43 -0800 Subject: [PATCH 1/2] chore(test-org): enable metadata on apphub --- infra/terraform/test-org/org/locals.tf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infra/terraform/test-org/org/locals.tf b/infra/terraform/test-org/org/locals.tf index b649a5d7bdd..f14b6d195a2 100644 --- a/infra/terraform/test-org/org/locals.tf +++ b/infra/terraform/test-org/org/locals.tf @@ -918,6 +918,9 @@ locals { org = "GoogleCloudPlatform" description = "Creates and manages AppHub resources" maintainers = ["q2w"] + lint_env = { + ENABLE_BPMETADATA = "1" + } }, { name = "terraform-google-regional-lb-http" From e766c49307b7e83b8b16fd26c1252ecc74bc771d Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Thu, 23 Jan 2025 09:23:32 -0800 Subject: [PATCH 2/2] Update locals.tf --- infra/terraform/test-org/org/locals.tf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infra/terraform/test-org/org/locals.tf b/infra/terraform/test-org/org/locals.tf index f14b6d195a2..c1c70e7d224 100644 --- a/infra/terraform/test-org/org/locals.tf +++ b/infra/terraform/test-org/org/locals.tf @@ -479,6 +479,9 @@ locals { description = "Creates Pub/Sub topic and subscriptions associated with the topic" topics = local.common_topics.da maintainers = ["imrannayer"] + lint_env = { + ENABLE_BPMETADATA = "1" + } }, { name = "terraform-google-sap"