Skip to content

Commit

Permalink
Merge pull request #861 from ministryofjustice/AntonyBishop-patch-1
Browse files Browse the repository at this point in the history
Remove Jake Mulley IAM user
  • Loading branch information
AntonyBishop authored Feb 1, 2024
2 parents bb94d3f + c6dff5d commit 2183b15
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions management-account/terraform/iam-users.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,27 +59,6 @@ resource "aws_iam_user_group_membership" "ewa_stempel" {
]
}

###############
# Jake Mulley #
###############
resource "aws_iam_user" "jake_mulley" {
name = "JakeMulley"
path = "/"
force_destroy = true
tags = {}
}

# User membership
resource "aws_iam_user_group_membership" "jake_mulley" {
user = aws_iam_user.jake_mulley.name

groups = [
aws_iam_group.admin.name,
aws_iam_group.billing_full_access.name,
aws_iam_group.iam_user_change_password.name,
]
}

##################
# Jason Birchall #
##################
Expand Down

0 comments on commit 2183b15

Please sign in to comment.