Skip to content

Commit

Permalink
chore: Onboard itar-architectures repo (#1429)
Browse files Browse the repository at this point in the history
Co-authored-by: g-awmalik <malik.awais@gmail.com>
  • Loading branch information
gtsorbo and g-awmalik authored Mar 13, 2023
1 parent acc12c6 commit e8b5a29
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions infra/terraform/test-org/org/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -528,5 +528,12 @@ locals {
description = "Deploy a multizone Java application"
owners = "@donmccasland"
},
{
name = "terraform-google-itar-architectures"
org = "GoogleCloudPlatform"
description = "Includes use cases for deploying ITAR-aligned architectures on Google Cloud"
owners = "@gtsorbo"
topics = join(",", [local.common_topics.compute], ["compliance"])
},
]
}

0 comments on commit e8b5a29

Please sign in to comment.