From 561b75d27fee1af74eef5174de2cafba70d7bec9 Mon Sep 17 00:00:00 2001 From: Sunithmohan Date: Thu, 29 Jan 2026 13:05:43 +0530 Subject: [PATCH 1/2] changed region --- Day-1/PROJECT-ec2-instance-creation/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Day-1/PROJECT-ec2-instance-creation/main.tf b/Day-1/PROJECT-ec2-instance-creation/main.tf index c0bd4bc9..3f76150f 100644 --- a/Day-1/PROJECT-ec2-instance-creation/main.tf +++ b/Day-1/PROJECT-ec2-instance-creation/main.tf @@ -1,5 +1,5 @@ provider "aws" { - region = "us-east-1" # Set your desired AWS region + region = "us-south-1" # Set your desired AWS region } resource "aws_instance" "example" { From c8d8bb818cba01c2d1c5ad560ecb07150f863186 Mon Sep 17 00:00:00 2001 From: Sunithmohan Date: Thu, 5 Feb 2026 12:45:14 +0530 Subject: [PATCH 2/2] added hashtag --- Day-1/PROJECT-ec2-instance-creation/main.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Day-1/PROJECT-ec2-instance-creation/main.tf b/Day-1/PROJECT-ec2-instance-creation/main.tf index 3f76150f..03fc735e 100644 --- a/Day-1/PROJECT-ec2-instance-creation/main.tf +++ b/Day-1/PROJECT-ec2-instance-creation/main.tf @@ -2,7 +2,8 @@ provider "aws" { region = "us-south-1" # Set your desired AWS region } -resource "aws_instance" "example" { +resource "aws_instance" "example" { #added ami = "ami-0c55b159cbfafe1f0" # Specify an appropriate AMI ID instance_type = "t2.micro" + } \ No newline at end of file