Skip to content

Commit

Permalink
chore: s3 scan object module version bump
Browse files Browse the repository at this point in the history
Update the S3 scan object Terraform module to inlude the version
with the following fixes:
- Skip scans of new S3 folders
- Properly interpret SNS messages with a checksum of `None`.
  • Loading branch information
patheard committed Jul 5, 2022
1 parent 98c4199 commit e4bfa83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/app/vault_scan_object.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "vault_scan_object" {
source = "github.com/cds-snc/terraform-modules?ref=v3.0.5//S3_scan_object"
source = "github.com/cds-snc/terraform-modules?ref=v3.0.7//S3_scan_object"

product_name = "vault"
s3_upload_bucket_name = aws_s3_bucket.vault_file_storage.id
Expand Down

0 comments on commit e4bfa83

Please sign in to comment.