Skip to content

Commit

Permalink
Second attempt to fix storage issue
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme committed Nov 22, 2024
1 parent b801ba6 commit 2daec5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aws.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ source "amazon-ebs" "spacelift" {
}

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

Expand Down

0 comments on commit 2daec5b

Please sign in to comment.