From ce8d8709d6a03b570a0cd5bdb4673a7ad88da84d Mon Sep 17 00:00:00 2001 From: Jamil Date: Sun, 10 Nov 2024 10:05:32 -0800 Subject: [PATCH] chore(infra): Remove project owners that are no longer owners (#7297) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now Terraform is receiving a 400 from the Google API because these users don't exist... 🙃. Hopefully the cycle was broken by the last PR and this one succeeds. --- terraform/environments/production/main.tf | 2 -- 1 file changed, 2 deletions(-) diff --git a/terraform/environments/production/main.tf b/terraform/environments/production/main.tf index 4fd501452..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", ]