Skip to content

Commit

Permalink
Merge pull request #1681 from aws-observability/roychi/ami-search-pat…
Browse files Browse the repository at this point in the history
…tern

update AMI search pattern for SUSE15
  • Loading branch information
roystchiang authored Oct 10, 2024
2 parents b1a3fa2 + 0850314 commit 217899e
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 217899e

Please sign in to comment.