Skip to content

Commit

Permalink
CC-2812: Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmgovuk committed Sep 12, 2024
1 parent 350aa45 commit 7d8e24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/laa-oem/oem_iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ data "aws_iam_policy_document" "laa_oem_shared_s3" {
}

resource "aws_iam_policy" "laa_oem_shared_s3" {
description = "Policy to allow operations in ${aws_s3_bucket.laa_oem_shared.name}"
description = "Policy to allow operations in ${aws_s3_bucket.laa_oem_shared.id}"
name = "laa_oem_shared_s3-${local.environment}"
policy = data.aws_iam_policy_document.laa_oem_shared_s3.json
}
Expand Down

0 comments on commit 7d8e24c

Please sign in to comment.