diff --git a/ec2/main.tf b/ec2/main.tf index f55bdd8..128d12f 100644 --- a/ec2/main.tf +++ b/ec2/main.tf @@ -11,12 +11,12 @@ terraform { provider "aws" { profile = "default" - region = "us-west-2" + region = "us-east-1" } resource "aws_instance" "app_server" { ami = "ami-830c94e3" - instance_type = "t2.micro" + instance_type = "t3.micro" tags = { Name = "ExampleAppServerInstance"