From d921c07876e90124db59cd601a5bcf69f8371793 Mon Sep 17 00:00:00 2001 From: Jamil Date: Fri, 31 May 2024 10:07:18 -0700 Subject: [PATCH] docs: Make process clearer around access approval (#5167) Minor rewording of the process to request access to staging / prod. Signed-off-by: Jamil --- elixir/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/elixir/README.md b/elixir/README.md index d03af325d..3eee1a6bc 100644 --- a/elixir/README.md +++ b/elixir/README.md @@ -281,9 +281,13 @@ to the acceptance test that you are running. ## Connecting to a staging or production instances We use Google Cloud Platform for all our staging and production infrastructure. -You'll need access to this env to perform the commands below; to get and access -you need to add yourself to `project_owners` in `main.tf` for each of the -[environments](../terraform/environments). +You'll need access to this env to perform the commands below; to request access +you need to complete the following process: + +- Open a PR adding yourself to `project_owners` in `main.tf` for each of the +[environments](../terraform/environments) you need access. +- Request a review from an existing project owner. +- Once approved, merge the PR and verify access by continuing with one of the steps below. This is a danger zone so first of all, ALWAYS make sure on which environment your code is running: