Skip to content

Commit

Permalink
Merge pull request #1486 from ministryofjustice/MLPAB-2499-s-3-incomp…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpearce-digital authored Sep 12, 2024
2 parents 70556e3 + 3a7c0fc commit 8f305c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ resource "aws_s3_bucket_lifecycle_configuration" "bucket" {

status = "Enabled"
}
provider = aws.region
}

data "aws_iam_policy_document" "bucket" {
Expand Down
1 change: 1 addition & 0 deletions terraform/account/region/modules/s3_batch_manifests/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ resource "aws_s3_bucket_lifecycle_configuration" "bucket" {

status = "Enabled"
}
provider = aws.region
}

data "aws_iam_policy_document" "bucket" {
Expand Down

0 comments on commit 8f305c0

Please sign in to comment.