packer: make the worker image smaller

This should save us some money. 10 GB is the size of the underlying
RHEL 8.5 AMI so this should be the minimum.

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2022-02-16 09:58:36 +01:00 committed by Ondřej Budai
parent 8331af3ffd
commit 5d304d2957

View file

@ -16,7 +16,7 @@ source "amazon-ebs" "image_builder" {
launch_block_device_mappings {
delete_on_termination = "true"
device_name = "/dev/sda1"
volume_size = 25
volume_size = 10
volume_type = "gp2"
}