Skip to content

Commit e9ec83e

Browse files
[prod] Update dependency ec2_ami_id to ami-03a4de20979bca479
1 parent dad62ab commit e9ec83e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

terraform/env/prod/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.20260413.0-kernel-6.12-x86_64
63+
ec2_ami_id = "ami-03a4de20979bca479"
6464
build_branch = "main"
6565
# prod remote SG
6666
ssh_sg_id = "sg-0ef9b74fa74804bcb"

0 commit comments

Comments
 (0)