diff --git a/main.tf b/main.tf index e096db7..c2f77be 100644 --- a/main.tf +++ b/main.tf @@ -1,10 +1,10 @@ resource "aws_instance" "web" { ami = "ami-0c55b159cbfafe1f0" - instance_type = "m5.xlarge" + instance_type = "m6i.2xlarge" root_block_device { volume_size = 50 - volume_type = "gp2" + volume_type = "gp3" } }