From 44b0062c2fa28daf8d1d43847e26989f89db19b6 Mon Sep 17 00:00:00 2001 From: naveencivil <140470927+naveencivil@users.noreply.github.com> Date: Mon, 6 Nov 2023 23:14:50 +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 904ee65..752aa20 100644 --- a/main.tf +++ b/main.tf @@ -1,10 +1,10 @@ provider "aws" { -region = "ap-southeast-1" +region = "ap-northeast-3" } resource "aws_instance" "one" { - ami = "ami-06018068a18569ff2" + ami = "ami-ami-04df8e2c5e045cd1e" instance_type = "t2.micro" key_name = "rahamabc" vpc_security_group_ids = [aws_security_group.five.id]