From 48d887f18c0e82b601a66779ffcc48d772d13052 Mon Sep 17 00:00:00 2001 From: veerperu1712 <150333089+veerperu1712@users.noreply.github.com> Date: Sat, 17 Feb 2024 15:11:55 +0530 Subject: [PATCH] Update main.tf --- main.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.tf b/main.tf index c58ced8..fd09778 100644 --- a/main.tf +++ b/main.tf @@ -6,7 +6,7 @@ region = "ap-southeast-1" resource "aws_instance" "one" { ami = "ami-06018068a18569ff2" instance_type = "t2.micro" - key_name = "rahamabc" + key_name = "peru-kp" vpc_security_group_ids = [aws_security_group.five.id] availability_zone = "ap-southeast-1a" user_data = <