File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ resource "aws_cloudwatch_event_rule" "rule" {
7
7
8
8
module "lambda" {
9
9
source = " terraform-aws-modules/lambda/aws"
10
- version = " 1.39 .0"
10
+ version = " 2.7 .0"
11
11
function_name = var. function_name
12
12
description = " Lambda to monitor app https endpoint availability and SSL certificate validity."
13
13
handler = " ssl-check-to-slack.main"
@@ -43,5 +43,5 @@ module "lambda" {
43
43
resource "aws_cloudwatch_event_target" "target" {
44
44
rule = aws_cloudwatch_event_rule. rule . name
45
45
target_id = var. function_name
46
- arn = module. lambda . this_lambda_function_arn
46
+ arn = module. lambda . lambda_function_arn
47
47
}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
3
3
required_providers {
4
4
aws = {
5
5
source = " hashicorp/aws"
6
- version = " >= 3.19 .0"
6
+ version = " >= 3.35 .0"
7
7
}
8
8
external = {
9
9
source = " hashicorp/external"
You can’t perform that action at this time.
0 commit comments