Skip to content

Commit

Permalink
fix: block device mappng
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanAbd committed Jul 18, 2024
1 parent e0c2ed6 commit 6b644cb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions sysbox-eks.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,18 @@ source "amazon-ebs" "ubuntu-eks" {
owners = ["099720109477"]
}

launch_block_device_mappings {
device_name = "/dev/xvda"
volume_size = 30
volume_type = "gp3"
delete_on_termination = true
}

region = "us-west-2"
instance_type = "t2.micro"
ssh_username = "ubuntu"
temporary_key_pair_type = "ed25519"
ssh_handshake_attempts = 100

root_block_device {
volume_size = 30
volume_type = "gp3"
delete_on_termination = true
}
}

build {
Expand Down

0 comments on commit 6b644cb

Please sign in to comment.