Skip to content

Commit

Permalink
bump s3 version for TSA warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ASTRobinson committed Oct 3, 2024
1 parent bb3aea8 commit 8a6a749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit-test/s3.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "s3-bucket" { #tfsec:ignore:aws-s3-enable-versioning
source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=8688bc1" # Hash for v7.0.0
module "s3-bucket" {
source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=52a40b0dd18aaef0d7c5565d93cc8997aad79636" # v8.2.0

bucket_prefix = "data-platform-products-${local.environment}"
versioning_enabled = false
Expand Down

0 comments on commit 8a6a749

Please sign in to comment.