Skip to content

Commit b0f087b

Browse files
[test] Update dependency ec2_ami_id to ami-02ee394167633f6bf
1 parent dad62ab commit b0f087b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

terraform/env/test/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.11.20260427.1-kernel-6.12-x86_64
63+
ec2_ami_id = "ami-02ee394167633f6bf"
6464
build_branch = "main"
6565
# non-prod remote SG
6666
ssh_sg_id = "sg-0014e8d551f6d514b"

0 commit comments

Comments
 (0)