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 5db40f5 commit ea649dcCopy full SHA for ea649dc
lambda-warmer/main.tf
@@ -7,6 +7,7 @@ terraform {
7
}
8
9
data "aws_caller_identity" "current" {}
10
+data "aws_region" "current" {}
11
resource "aws_cloudwatch_log_group" "warmer_logs" {
12
name = "/aws/lambda/${var.function_to_warm}-warmer"
13
retention_in_days = var.log_retention_days
0 commit comments