Skip to content

Commit

Permalink
Bump s3-bucket::modernisation-platform-terraform-s3-bucket
Browse files Browse the repository at this point in the history
Bumps [s3-bucket::modernisation-platform-terraform-s3-bucket](https://github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket) from 7.1.0 to 8.0.1.
- [Release notes](https://github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket/releases)
- [Commits](ministryofjustice/modernisation-platform-terraform-s3-bucket@v7.1.0...v8.0.1)

---
updated-dependencies:
- dependency-name: s3-bucket::github::ministryofjustice/modernisation-platform-terraform-s3-bucket::v7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 603f010 commit b40d247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/apex/modules/alb/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ data "aws_ec2_managed_prefix_list" "cloudfront" {

module "s3-bucket" {
count = var.existing_bucket_name == "" ? 1 : 0
source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=v7.1.0"
source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=v8.0.1"

providers = {
aws.bucket-replication = aws.bucket-replication
Expand Down

0 comments on commit b40d247

Please sign in to comment.