Skip to content

Commit 2333fe6

Browse files
authored
Update AWS Linux AMI filter to be less restrictive (#850)
Every few months we end up just bumping the version here. Lets just make the filter wider to save us this dance every couple of months. Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
1 parent 856c1a0 commit 2333fe6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ali/aws/391835788720/us-east-1/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ variable "aws_canary_vpc_suffixes" {
3838
variable "ami_filter_linux" {
3939
description = "AMI for linux"
4040
type = list
41-
default = ["al2023-ami-2023.10.*-kernel-6.1-x86_64"]
41+
default = ["al2023-ami-2023.*-kernel-6.1-x86_64"]
4242
}
4343

4444
variable "ami_filter_linux_arm64" {
4545
description = "AMI for linux"
4646
type = list
47-
default = ["al2023-ami-2023.10.*-kernel-6.1-arm64"]
47+
default = ["al2023-ami-2023.*-kernel-6.1-arm64"]
4848
}
4949

5050
variable "ami_filter_windows" {

0 commit comments

Comments
 (0)