From fc9c57b9ffbebd490fdc9a66266651ad390d8ddc Mon Sep 17 00:00:00 2001 From: ctnpatil14 Date: Sat, 22 Aug 2026 16:01:36 +0530 Subject: [PATCH 1/2] change to tf file with comment --- ec2-instance-specific-version.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ec2-instance-specific-version.tf b/ec2-instance-specific-version.tf index dd14eda..f78268a 100644 --- a/ec2-instance-specific-version.tf +++ b/ec2-instance-specific-version.tf @@ -20,4 +20,4 @@ resource "aws_instance" "sample_server" { tags = { Name = "ExampleAppServerInstance" } -} +} #comment added to test github and git command From 46c1772e372bb9f5748b7f57d3c54933d71e86d1 Mon Sep 17 00:00:00 2001 From: ctnpatil14 Date: Sat, 22 Aug 2026 16:08:07 +0530 Subject: [PATCH 2/2] changes by rahul branch --- ec2-instance-specific-version.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ec2-instance-specific-version.tf b/ec2-instance-specific-version.tf index f78268a..bfe1d6d 100644 --- a/ec2-instance-specific-version.tf +++ b/ec2-instance-specific-version.tf @@ -20,4 +20,4 @@ resource "aws_instance" "sample_server" { tags = { Name = "ExampleAppServerInstance" } -} #comment added to test github and git command +} #new commit to hashout from rahul branch