Skip to content

Commit

Permalink
update AMI search pattern for SUSE15
Browse files Browse the repository at this point in the history
  • Loading branch information
roystchiang committed Oct 10, 2024
1 parent b1a3fa2 commit 0850314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/ec2/amis.tf
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ EOF
# Suse Distribution
suse15 = {
os_family = "suse"
ami_search_pattern = "suse-sles-15*"
ami_search_pattern = "suse-sles-15-sp5-v????????-hvm-ssd-x86_64"
ami_owner = "amazon"
ami_product_code = []
family = "linux"
Expand All @@ -345,7 +345,7 @@ EOF
}
arm_suse15 = {
os_family = "suse"
ami_search_pattern = "suse-sles-15*"
ami_search_pattern = "suse-sles-15-sp5-v????????-hvm-ssd-arm64"
ami_owner = "amazon"
ami_product_code = []
family = "linux"
Expand Down

0 comments on commit 0850314

Please sign in to comment.