Skip to content

Commit

Permalink
Update locals.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
imrannayer authored Oct 28, 2023
1 parent a79720a commit f20c91c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/terraform/test-org/org/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ locals {
org = "terraform-google-modules"
description = "Manages Google Cloud's operations suite (Cloud Logging and Cloud Monitoring)"
topics = local.common_topics.ops
owners = ["imrannayer"]
},
{
name = "terraform-google-cloud-router"
Expand Down Expand Up @@ -476,7 +477,7 @@ locals {
org = "terraform-google-modules"
description = "Creates a Cloud SQL database instance"
topics = local.common_topics.db
owners = ["isaurabhuttam"]
owners = ["isaurabhuttam", "imrannayer"]
},
{
name = "terraform-google-startup-scripts"
Expand Down

0 comments on commit f20c91c

Please sign in to comment.