Skip to content

Commit

Permalink
chore: enable periodic on terraform-google-enterprise-application (#2232
Browse files Browse the repository at this point in the history
)

Co-authored-by: Awais Malik <[email protected]>
  • Loading branch information
apeabody and g-awmalik authored Apr 9, 2024
1 parent bb29bbe commit 95445ef
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions infra/terraform/test-org/org/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -835,11 +835,12 @@ locals {
topics = local.common_topics.da
},
{
name = "terraform-google-enterprise-application"
org = "GoogleCloudPlatform"
description = "Deploy an enterprise developer platform on Google Cloud"
owners = ["gtsorbo"]
topics = join(",", [local.common_topics.e2e, local.common_topics.ops])
name = "terraform-google-enterprise-application"
org = "GoogleCloudPlatform"
description = "Deploy an enterprise developer platform on Google Cloud"
owners = ["gtsorbo"]
topics = join(",", [local.common_topics.e2e, local.common_topics.ops])
enable_periodic = true
},
{
name = "terraform-genai-rag"
Expand Down

0 comments on commit 95445ef

Please sign in to comment.