Skip to content

Commit

Permalink
Bump s3-bucket-dbbackup::modernisation-platform-terraform-s3-bucket
Browse files Browse the repository at this point in the history
Bumps [s3-bucket-dbbackup::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-dbbackup::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 8dbeef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/ccms-ebs-upgrade/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ data "aws_iam_policy_document" "logging_s3_policy" {

# S3 Bucket - R-sync
module "s3-bucket-dbbackup" {
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"

bucket_name = local.rsync_bucket_name
versioning_enabled = false
Expand Down

0 comments on commit 8dbeef1

Please sign in to comment.