Skip to content

Commit

Permalink
Merge pull request #23 from ministryofjustice/fix-path-iam-user
Browse files Browse the repository at this point in the history
Updated path of aws_iam_user
  • Loading branch information
vijay-veeranki authored Dec 6, 2019
2 parents 118ce90 + 2bcc10c commit 4d6e8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ resource "aws_s3_bucket" "bucket" {

resource "aws_iam_user" "user" {
name = "s3-bucket-user-${random_id.id.hex}"
path = "/system/s3-bucket-user/${var.team_name}/"
path = "/system/s3-bucket-user/"
}

resource "aws_iam_access_key" "user" {
Expand Down

0 comments on commit 4d6e8e5

Please sign in to comment.