Skip to content

Commit

Permalink
Merge pull request #8139 from ministryofjustice/core-logging/fix-buck…
Browse files Browse the repository at this point in the history
…et-resource

fix resource invalid bucket resource
  • Loading branch information
ASTRobinson authored Oct 2, 2024
2 parents 12dd9ca + bb635bb commit 9f44c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/core-logging/observability.tf
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ data "aws_iam_policy_document" "moj_cur_bucket_replication_policy" {
"s3:ReplicateTags",
"s3:ReplicateDelete"
]
resources = ["arn:aws:s3:::moj-cur-reports-modplatform-*"]
resources = ["${module.s3-moj-cur-reports-modplatform.bucket.arn}/*"]
}
}

Expand Down

0 comments on commit 9f44c2e

Please sign in to comment.