Skip to content

Commit ea649dc

Browse files
committed
update
1 parent 5db40f5 commit ea649dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lambda-warmer/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ terraform {
77
}
88

99
data "aws_caller_identity" "current" {}
10+
data "aws_region" "current" {}
1011
resource "aws_cloudwatch_log_group" "warmer_logs" {
1112
name = "/aws/lambda/${var.function_to_warm}-warmer"
1213
retention_in_days = var.log_retention_days

0 commit comments

Comments
 (0)