Skip to content

Commit

Permalink
Bump volume_size up to 16G
Browse files Browse the repository at this point in the history
This change was lost when merging in changes in #50.
  • Loading branch information
jsf9k committed Dec 13, 2024
1 parent aed1661 commit f2d9776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ami_arm64.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source "amazon-ebs" "arm64" {
delete_on_termination = true
device_name = "/dev/xvda"
encrypted = true
volume_size = 8
volume_size = 16
volume_type = "gp3"
}
region = var.build_region
Expand Down
2 changes: 1 addition & 1 deletion ami_x86_64.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source "amazon-ebs" "x86_64" {
delete_on_termination = true
device_name = "/dev/xvda"
encrypted = true
volume_size = 8
volume_size = 16
volume_type = "gp3"
}
region = var.build_region
Expand Down

0 comments on commit f2d9776

Please sign in to comment.