Skip to content

Commit

Permalink
Attempt to fix storage space issue
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme committed Nov 22, 2024
1 parent a98bf70 commit 5ba85cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions aws.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@ source "amazon-ebs" "spacelift" {
most_recent = true
}

launch_block_device_mappings {
device_name = "/dev/sda1"
volume_size = 8
volume_type = "gp2"
delete_on_termination = true
}

ami_name = "${var.ami_name_prefix}-${var.source_ami_architecture}"
ami_regions = var.ami_regions
ami_groups = var.ami_groups
Expand Down

0 comments on commit 5ba85cd

Please sign in to comment.