File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ module "data-collection-lambda" {
7878 }
7979 is_gateway_integration_needed = false
8080 is_invoked_from_gateway = false
81+ default_lambda_layers = []
8182
8283 depends_on = [
8384 module . ndr-app-config ,
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ module "statistical-report-lambda" {
6969 }
7070 is_gateway_integration_needed = false
7171 is_invoked_from_gateway = false
72+ default_lambda_layers = []
7273
7374 depends_on = [
7475 module . ndr-app-config ,
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ variable "persistent_workspaces" {
103103variable "default_lambda_layers" {
104104 type = list (string )
105105 default = [
106- " arn:aws:lambda:eu-west-2:282860088358:layer:AWS-AppConfig-Extension:217 "
106+ " arn:aws:lambda:eu-west-2:282860088358:layer:AWS-AppConfig-Extension:238 "
107107 ]
108108}
109109
You can’t perform that action at this time.
0 commit comments