Skip to content

Commit

Permalink
Merge pull request #480 from lsst/u/dspeck/firestore-labels-dev
Browse files Browse the repository at this point in the history
Firestore app name label
  • Loading branch information
dspeck1 authored Jul 10, 2023
2 parents 7f14378 + 269cee2 commit 8afc47d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Project
environment = "dev"
application_name = "science-platform"
application_name = "science-platform-firestore"
folder_id = "985686879610"
budget_amount = 1000
budget_alert_spent_percents = [0.7, 0.8, 0.9, 1.0]
Expand Down
2 changes: 1 addition & 1 deletion environment/deployments/science-platform/firestore/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module "iam_admin" {
source = "../../../../modules/iam"
project = module.project_factory.project_id
project_iam_permissions = var.project_iam_permissions
member = "gcp-${var.application_name}[email protected]"
member = "gcp-science-platform[email protected]"
}

resource "google_project_iam_member" "gafaelfawr-iam-binding" {
Expand Down

0 comments on commit 8afc47d

Please sign in to comment.