Skip to content

Commit

Permalink
Update product db names
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmaanT committed Oct 18, 2021
1 parent 7f7f043 commit 7d4fd82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ locals {
)
products = toset([
"common-funding-application",
"first-year-hub",
"hub-at-penn",
"office-hours-queue",
"penn-clubs",
"penn-courses",
"platform",
"platform-dev",
"student-life"
"penn-mobile"
])
iam_service_accounts = setunion(local.products,
toset([
Expand Down

0 comments on commit 7d4fd82

Please sign in to comment.