From a63d4f2561dd73bf61d25eabba074e19322e46ed Mon Sep 17 00:00:00 2001 From: Hariprabhaa Murugesan Date: Mon, 24 Jun 2024 14:52:55 -0700 Subject: [PATCH 1/2] onboard terraform-google-bigtable --- 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..8e9c22a26ff 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" From fc0548f88d0bf65f692426acc155ae7884cf78d4 Mon Sep 17 00:00:00 2001 From: Hariprabhaa Murugesan Date: Mon, 24 Jun 2024 14:58:43 -0700 Subject: [PATCH 2/2] lint fixed --- infra/terraform/test-org/org/locals.tf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/infra/terraform/test-org/org/locals.tf b/infra/terraform/test-org/org/locals.tf index 8e9c22a26ff..f9ecd8af61c 100644 --- a/infra/terraform/test-org/org/locals.tf +++ b/infra/terraform/test-org/org/locals.tf @@ -850,12 +850,12 @@ locals { 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-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"