Skip to content

Commit

Permalink
removed Steve Linden
Browse files Browse the repository at this point in the history
  • Loading branch information
dms1981 committed Oct 10, 2024
1 parent 3875bb2 commit 0ea6438
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion source/team/team.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ We are currently made up of 16 members:

- Karen Botsh, Senior Delivery Manager
- David Elliott, Technical Architect
- Stephen Linden, WebOps Engineer
- David Sibley, WebOps Engineer
- Katie Watson, User Researcher
- Edward Proctor, WebOps Engineer
Expand Down
1 change: 0 additions & 1 deletion terraform/github/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ locals {
# GitHub usernames for engineers who need full AWS access
engineers = [
"davidkelliott",
"stevelinden",
"markgov",
"dms1981", # David Sibley
"ep-93", # Edward Proctor
Expand Down
2 changes: 1 addition & 1 deletion terraform/modernisation-platform-account/iam.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#tfsec:ignore:aws-iam-no-policy-wildcards
#tfsec:ignore:aws-iam-enforce-mfa
module "iam" {
source = "github.com/ministryofjustice/modernisation-platform-terraform-iam-superadmins?ref=ed65a526a2bcd687b47e18988a6c0edead771636" # v2.0.5
source = "github.com/ministryofjustice/modernisation-platform-terraform-iam-superadmins?ref=984d3175f8cc75abf72a7f66cee692d4c1d0e" # v2.0.6
account_alias = "moj-modernisation-platform"
}

Expand Down
5 changes: 0 additions & 5 deletions terraform/pagerduty/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ locals {
email = "sukesh.reddygade${local.digital_email_suffix}"
role = "user"
},
stephen_linden = {
name = "Steve Linden"
email = "stephen.linden${local.digital_email_suffix}"
role = "user"
},
modernisation_platform = {
name = "Modernisation Platform Team"
email = "modernisation-platform${local.digital_email_suffix}"
Expand Down

0 comments on commit 0ea6438

Please sign in to comment.