From fb0faa7cd1e9f18a33e91c1e4c79915686e523cc Mon Sep 17 00:00:00 2001 From: Ben Pirt Date: Tue, 9 Feb 2021 09:34:47 +0000 Subject: [PATCH 1/3] Update bichard7-next-infrastructure.tf --- terraform/bichard7-next-infrastructure.tf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/terraform/bichard7-next-infrastructure.tf b/terraform/bichard7-next-infrastructure.tf index 7c8a426a2..727878b10 100644 --- a/terraform/bichard7-next-infrastructure.tf +++ b/terraform/bichard7-next-infrastructure.tf @@ -72,7 +72,6 @@ module "bichard7-next-infrastructure" { added_by = "Dom Tomkins " # Who made the decision to grant them access? e.g. 'Awesome Team ' review_after = "2021-12-31" # Date after which this grant should be reviewed/revoked, e.g. 2021-11-26 }, - { github_user = "satvinder-hullait" permission = "push" @@ -83,5 +82,15 @@ module "bichard7-next-infrastructure" { added_by = "Dom Tomkins " # Who made the decision to grant them access? e.g. 'Awesome Team ' review_after = "2021-12-31" # Date after which this grant should be reviewed/revoked, e.g. 2021-11-26 }, + { + github_user = "JohnFarrellDev" + permission = "push" + name = "John Farrell" # The name of the person behind github_user + email = "john.farrell@madetech.com" # Their email address + org = "Madetech" # The organisation/entity they belong to + reason = "CJSE Bichard Development" # Why is this person being granted access? + added_by = "Dom Tomkins " # Who made the decision to grant them access? e.g. 'Awesome Team ' + review_after = "2021-12-31" # Date after which this grant should be reviewed/revoked, e.g. 2021-11-26 + } ] } From be024cb1efc84cd86f49ebf5ff8c5fe0b26f7cfc Mon Sep 17 00:00:00 2001 From: Ben Pirt Date: Tue, 9 Feb 2021 09:35:45 +0000 Subject: [PATCH 2/3] Update bichard7-next.tf --- terraform/bichard7-next.tf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/terraform/bichard7-next.tf b/terraform/bichard7-next.tf index 0fddfd815..f2cd3fe2f 100644 --- a/terraform/bichard7-next.tf +++ b/terraform/bichard7-next.tf @@ -82,5 +82,15 @@ module "bichard7-next" { added_by = "Dom Tomkins " # Who made the decision to grant them access? e.g. 'Awesome Team ' review_after = "2021-12-31" # Date after which this grant should be reviewed/revoked, e.g. 2021-11-26 }, + { + github_user = "JohnFarrellDev" + permission = "push" + name = "John Farrell" # The name of the person behind github_user + email = "john.farrell@madetech.com" # Their email address + org = "Madetech" # The organisation/entity they belong to + reason = "CJSE Bichard Development" # Why is this person being granted access? + added_by = "Dom Tomkins " # Who made the decision to grant them access? e.g. 'Awesome Team ' + review_after = "2021-12-31" # Date after which this grant should be reviewed/revoked, e.g. 2021-11-26 + } ] } From 8d38f067d71e20cc955aba9317fa7ca773ff6843 Mon Sep 17 00:00:00 2001 From: Ben Pirt Date: Tue, 9 Feb 2021 09:36:07 +0000 Subject: [PATCH 3/3] Update moj-cjse-bichard7.tf --- terraform/moj-cjse-bichard7.tf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/terraform/moj-cjse-bichard7.tf b/terraform/moj-cjse-bichard7.tf index 79fe2801f..872b2e984 100644 --- a/terraform/moj-cjse-bichard7.tf +++ b/terraform/moj-cjse-bichard7.tf @@ -82,5 +82,15 @@ module "moj-cjse-bichard7" { added_by = "Dom Tomkins " # Who made the decision to grant them access? e.g. 'Awesome Team ' review_after = "2021-12-31" # Date after which this grant should be reviewed/revoked, e.g. 2021-11-26 }, + { + github_user = "JohnFarrellDev" + permission = "push" + name = "John Farrell" # The name of the person behind github_user + email = "john.farrell@madetech.com" # Their email address + org = "Madetech" # The organisation/entity they belong to + reason = "CJSE Bichard Development" # Why is this person being granted access? + added_by = "Dom Tomkins " # Who made the decision to grant them access? e.g. 'Awesome Team ' + review_after = "2021-12-31" # Date after which this grant should be reviewed/revoked, e.g. 2021-11-26 + } ] }