Skip to content

Commit 254464b

Browse files
committed
fix; missing gp3 on image string
1 parent 4b6f063 commit 254464b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amazon-arm64-nix.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variable "ami" {
22
type = string
3-
default = "ubuntu/images/hvm-ssd/ubuntu-noble-24.04-arm64-server-*"
3+
default = "ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-arm64-server-*"
44
}
55

66
variable "profile" {

0 commit comments

Comments
 (0)