From 2d70fc38d3bc614a0d2129b852c3a772e7f99f89 Mon Sep 17 00:00:00 2001 From: sudheerbk1992 <144927386+sudheerbk1992@users.noreply.github.com> Date: Mon, 13 Nov 2023 09:29:35 +0530 Subject: [PATCH] Update main.tf --- main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index c58ced8..bd938cf 100644 --- a/main.tf +++ b/main.tf @@ -1,10 +1,10 @@ provider "aws" { -region = "ap-southeast-1" +region = "ap-southeast-4" } resource "aws_instance" "one" { - ami = "ami-06018068a18569ff2" + ami = "ami-0fefa47f3b093ef12 " instance_type = "t2.micro" key_name = "rahamabc" vpc_security_group_ids = [aws_security_group.five.id]