From cfb02c393460388db9a47a16f817cd6029350efb Mon Sep 17 00:00:00 2001 From: Mahendar Date: Wed, 15 Apr 2026 17:12:36 +0530 Subject: [PATCH] https://github.com/Mahendardikshith/terraform-zero-to-hero.git# On branch main modified --- Day-4/main.tf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Day-4/main.tf b/Day-4/main.tf index c20e7c27..47dc04a1 100644 --- a/Day-4/main.tf +++ b/Day-4/main.tf @@ -21,4 +21,6 @@ resource "aws_dynamodb_table" "terraform_lock" { name = "LockID" type = "S" } -} \ No newline at end of file +} + +# test# \ No newline at end of file