Skip to content

Commit 8fa42d0

Browse files
committed
fix; missing gp3 on image string
1 parent cdf8aaa commit 8fa42d0

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)