Skip to content

Commit 4304232

Browse files
[dev] Update dependency ec2_ami_id to ami-08bc385c9fc5afc94
1 parent dad62ab commit 4304232

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

terraform/env/dev/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ module "flex_gateway" {
5959
ssh_key_name = "dev-key"
6060
# Note: AMI is hardcoded to Kernel 6.12. Make note to occasionally update that manually
6161
# amiFilter=[{"Name":"owner-id","Values":["137112412989"]},{"Name":"name","Values":["al2023-ami-2023*-kernel-6.12-x86_64"]},{"Name":"architecture","Values":["x86_64"]},{"Name":"virtualization-type","Values":["hvm"]}]
62-
# currentImageName=al2023-ami-2023.10.20260120.4-kernel-6.12-x86_64
63-
ec2_ami_id = "ami-024ee5112d03921e2"
62+
# currentImageName=al2023-ami-2023.12.20260727.0-kernel-6.12-x86_64
63+
ec2_ami_id = "ami-08bc385c9fc5afc94"
6464
build_branch = "main"
6565
# non-prod remote SG
6666
ssh_sg_id = "sg-0014e8d551f6d514b"

0 commit comments

Comments
 (0)