Skip to content

Commit b10b37f

Browse files
[PRM-134] Added alerting Lambda Layer
1 parent c9233d7 commit b10b37f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

infrastructure/lambda-layers.tf

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,11 @@ module "lambda-layer-data" {
88
source = "./modules/lambda_layers"
99
account_id = data.aws_caller_identity.current.account_id
1010
layer_name = "data"
11-
}
11+
}
12+
13+
module "lambda-layer-alerting" {
14+
source = "./modules/lambda_layers"
15+
account_id = data.aws_caller_identity.current.account_id
16+
layer_name = "alerting"
17+
}
18+

0 commit comments

Comments
 (0)