From 1226132af59ca9452cc25235bdd8f9a0a827abd8 Mon Sep 17 00:00:00 2001 From: suprajaa-27 Date: Tue, 16 Jan 2024 19:55:37 +0100 Subject: [PATCH] updated variables.tf --- terraform/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/variables.tf b/terraform/variables.tf index 2cf5772..fb2dfe8 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -6,7 +6,7 @@ variable "region" { variable "lambda_function_name" { type = string - description = "The name of the Lambda Function." + description = "The name of Lambda Function." default = "s3-trigger-lambda" }