From 27169b13690337b5f65a7bd32a269fc5a3922631 Mon Sep 17 00:00:00 2001 From: Brian Manifold Date: Wed, 6 Nov 2024 14:16:32 -0500 Subject: [PATCH] chore(ops): Update GCP project owners and notification channels (#7277) --- terraform/environments/production/main.tf | 7 ------- terraform/environments/staging/main.tf | 3 --- 2 files changed, 10 deletions(-) diff --git a/terraform/environments/production/main.tf b/terraform/environments/production/main.tf index 36f198711..e0329a1f0 100644 --- a/terraform/environments/production/main.tf +++ b/terraform/environments/production/main.tf @@ -1,8 +1,6 @@ locals { project_owners = [ - "a@firezone.dev", "bmanifold@firezone.dev", - "gabriel@firezone.dev", "jamil@firezone.dev", ] @@ -270,11 +268,6 @@ module "ops" { # Feel free to add your Mobile App (due to SOC requirements, only can be used from work devices) # or SMS notification (recommended for personal devices) channels additional_notification_channels = [ - # Andrew - ## Mobile App - # "projects/firezone-prod/notificationChannels/203795594709100952", - ## SMS - "projects/firezone-prod/notificationChannels/1314108963890678627", # Brian ## Mobile App # "projects/firezone-prod/notificationChannels/16177228986287373178", diff --git a/terraform/environments/staging/main.tf b/terraform/environments/staging/main.tf index b7d463689..c704402bb 100644 --- a/terraform/environments/staging/main.tf +++ b/terraform/environments/staging/main.tf @@ -1,11 +1,8 @@ locals { project_owners = [ - "a@firezone.dev", "bmanifold@firezone.dev", - "gabriel@firezone.dev", "jamil@firezone.dev", "thomas@firezone.dev", - "trish@firezone.dev" ] # list of emails for users that should be able to SSH into a demo instance