Skip to content

Commit

Permalink
Merge pull request #8665 from ministryofjustice/feature/setting-up-la…
Browse files Browse the repository at this point in the history
…nding-bucket

Updating the bucket to remove the bucket policy
  • Loading branch information
julialawrence authored Nov 14, 2024
2 parents d9c6b5d + f1be2bd commit 827c755
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ module "ext_2024_target_bucket" {
versioning = {
enabled = true
}
attach_policy = true
policy = data.aws_iam_policy_document.ext_2024_target_bucket_policy.json
# attach_policy = true
# policy = data.aws_iam_policy_document.ext_2024_target_bucket_policy.json

server_side_encryption_configuration = {
rule = {
Expand Down

0 comments on commit 827c755

Please sign in to comment.