We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2ae88 commit 5db40f5Copy full SHA for 5db40f5
lambda-warmer/main.tf
@@ -6,6 +6,7 @@ terraform {
6
}
7
8
9
+data "aws_caller_identity" "current" {}
10
resource "aws_cloudwatch_log_group" "warmer_logs" {
11
name = "/aws/lambda/${var.function_to_warm}-warmer"
12
retention_in_days = var.log_retention_days
0 commit comments