1T for ec2 hd

This commit is contained in:
Joe Lothan 2026-05-20 10:19:02 -04:00
parent ead6366ed0
commit 91f48f249a

View file

@ -349,7 +349,7 @@ resource "aws_instance" "main" {
iam_instance_profile = aws_iam_instance_profile.ec2[0].name iam_instance_profile = aws_iam_instance_profile.ec2[0].name
root_block_device { root_block_device {
volume_size = 300 volume_size = 1000
volume_type = "gp3" volume_type = "gp3"
} }