Skip to content

Commit

Permalink
relaynet-courier-android: Drop Bloco team permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Sep 10, 2024
1 parent 176ac90 commit 76b089d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions awala_android.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
locals {
bloco_iam_members = [for email in var.bloco_team_members : "user:${email}"]
}

module "awala_courier_android" {
source = "relaycorp/oss-project/github"
version = "2.14.0"
Expand All @@ -23,8 +19,6 @@ module "awala_courier_ci" {

gcp_project_name = "relaynet-courier"
gh_repo_name = module.awala_courier_android.name

firebase_test_lab_viewers = local.bloco_iam_members
}

module "awala_lib_endpoint_android" {
Expand Down
5 changes: 0 additions & 5 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
variable "bloco_team_members" {
type = list(string)
description = "Email addresses of Bloco developers working on Awala"
}

variable "letro_external_devs" {
type = list(string)
description = "Email addresses of external developers working on Letro"
Expand Down

0 comments on commit 76b089d

Please sign in to comment.