Skip to content

Commit 5db40f5

Browse files
committed
fix
1 parent fb2ae88 commit 5db40f5

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
@@ -6,6 +6,7 @@ terraform {
66
}
77
}
88

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

0 commit comments

Comments
 (0)