Skip to content

Commit b457ce5

Browse files
committed
Reduce volume size from 30 to 15 in AMI configuration
1 parent 9e712a4 commit b457ce5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/ec2/ee/tooljet_ubuntu_focal.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ source "amazon-ebs" "ubuntu" {
2929

3030
launch_block_device_mappings {
3131
device_name = "/dev/sda1"
32-
volume_size = 30
32+
volume_size = 15
3333
delete_on_termination = true
3434
}
3535

0 commit comments

Comments
 (0)