Skip to content

Commit 3064e25

Browse files
committed
More upgrades
1 parent 1eb9d02 commit 3064e25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infrastructure/modules/lambda/variable.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ variable "default_lambda_layers" {
109109

110110
variable "extra_lambda_layers" {
111111
type = list(string)
112-
default = ["arn:aws:lambda:eu-west-2:580247275435:layer:LambdaInsightsExtension:60"]
112+
default = ["arn:aws:lambda:eu-west-2:580247275435:layer:LambdaInsightsExtension:64"]
113113
}
114114

115115
variable "kms_deletion_window" {

infrastructure/virusscanner.tf

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

7070
source = "cloudstoragesec/cloud-storage-security/aws"
71-
version = "1.8.13+css9.04.000" # Check https://help.cloudstoragesec.com/release-notes/latest-v9 for updates
71+
version = "1.8.14+css9.05.000" # Check https://help.cloudstoragesec.com/release-notes/latest-v9 for updates
7272
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
7373
email = data.aws_ssm_parameter.cloud_security_admin_email.value
7474
subnet_a_id = aws_subnet.virus_scanning_a[0].id

0 commit comments

Comments
 (0)