mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-27 07:20:14 +00:00
try using larger volume for snapshot
This commit is contained in:
@ -76,6 +76,6 @@ resource "aws_ami" "image" {
|
|||||||
ebs_block_device {
|
ebs_block_device {
|
||||||
device_name = "/dev/xvda"
|
device_name = "/dev/xvda"
|
||||||
snapshot_id = aws_ebs_snapshot_import.image.id
|
snapshot_id = aws_ebs_snapshot_import.image.id
|
||||||
volume_size = 8
|
volume_size = 17
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user