From e2600e4579582d26d59cae06e2978c59a57a3c2d Mon Sep 17 00:00:00 2001 From: hariprabhaam <110563592+hariprabhaam@users.noreply.github.com> Date: Mon, 8 Jul 2024 21:25:34 +0000 Subject: [PATCH] chore: onboard terraform-google-bigtable (#2431) Co-authored-by: Awais Malik --- infra/terraform/test-org/org/locals.tf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/infra/terraform/test-org/org/locals.tf b/infra/terraform/test-org/org/locals.tf index d66fd0dcfd8..f9ecd8af61c 100644 --- a/infra/terraform/test-org/org/locals.tf +++ b/infra/terraform/test-org/org/locals.tf @@ -849,6 +849,13 @@ locals { owners = ["prabhu34"] topics = join(",", [local.common_topics.containers, local.common_topics.devtools]) }, + { + name = "terraform-google-bigtable" + org = "GoogleCloudPlatform" + description = "Create and manage Google Bigtable resources" + owners = ["hariprabhaam"] + topics = local.common_topics.da + }, { name = "terraform-google-secure-web-proxy" org = "GoogleCloudPlatform"