From 21f3b3cd3d4a816b0e3913d3c9db24161f28aa01 Mon Sep 17 00:00:00 2001 From: Aleksander <170264518+t-aleksander@users.noreply.github.com> Date: Thu, 28 Aug 2025 14:01:39 +0200 Subject: [PATCH] switch ami to debian --- images/ami/gateway.pkr.hcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/images/ami/gateway.pkr.hcl b/images/ami/gateway.pkr.hcl index 431edbea..dbc86156 100644 --- a/images/ami/gateway.pkr.hcl +++ b/images/ami/gateway.pkr.hcl @@ -27,14 +27,14 @@ source "amazon-ebs" "defguard-gateway" { region = var.region source_ami_filter { filters = { - name = "ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-amd64-server-*" + name = "debian-13-amd64-*" root-device-type = "ebs" virtualization-type = "hvm" } most_recent = true - owners = ["099720109477"] + owners = ["136693071363"] } - ssh_username = "ubuntu" + ssh_username = "admin" } build {