Skip to content

Commit 61ce696

Browse files
committed
fix; missing gp3 on image string
1 parent 2622a30 commit 61ce696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amazon-arm64-nix.pkr.hcl

+1-1
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)