Skip to content

Commit e685c61

Browse files
authored
switch ami to debian (#144)
1 parent c8a66ac commit e685c61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

images/ami/proxy.pkr.hcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ source "amazon-ebs" "defguard-proxy" {
2727
region = var.region
2828
source_ami_filter {
2929
filters = {
30-
name = "ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-amd64-server-*"
30+
name = "debian-13-amd64-*"
3131
root-device-type = "ebs"
3232
virtualization-type = "hvm"
3333
}
3434
most_recent = true
35-
owners = ["099720109477"]
35+
owners = ["136693071363"]
3636
}
37-
ssh_username = "ubuntu"
37+
ssh_username = "admin"
3838
}
3939

4040
build {

0 commit comments

Comments
 (0)