Skip to content

Commit 0aff658

Browse files
authored
[PRM-390] Upping virus scanner version to 1.7.4+css8.08.002 (#335)
1 parent 186fd42 commit 0aff658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/virusscanner.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ module "cloud_storage_security" {
7474
count = local.is_production ? 1 : 0
7575

7676
source = "cloudstoragesec/cloud-storage-security/aws"
77-
version = "1.7.1+css8.07.002"
77+
version = "1.7.4+css8.08.002"
7878
cidr = [var.cloud_security_console_black_hole_address] # This is a reserved address that does not lead anywhere to make sure CloudStorageSecurity console is not available
7979
email = data.aws_ssm_parameter.cloud_security_admin_email.value
8080
subnet_a_id = aws_subnet.virus_scanning_a[0].id

0 commit comments

Comments
 (0)