Skip to content

Commit

Permalink
Merge pull request #3922 from ministryofjustice/CC-2151
Browse files Browse the repository at this point in the history
Cc 2151
  • Loading branch information
SahidKhan89 authored Nov 8, 2023
2 parents a874037 + cdb8259 commit f4a2d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/ccms-ebs/ccms-s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ module "s3-bucket-dbbackup" {
source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=v7.1.0"

bucket_name = local.rsync_bucket_name
versioning_enabled = false
versioning_enabled = true
bucket_policy = [data.aws_iam_policy_document.dbbackup_s3_policy.json]

log_bucket = local.logging_bucket_name
Expand Down

0 comments on commit f4a2d86

Please sign in to comment.