From 078c17d8ce66d649ce0d5ed68307cfa28549ef17 Mon Sep 17 00:00:00 2001 From: Phan Le Date: Tue, 23 Jan 2024 22:42:51 -0800 Subject: [PATCH] Update sles distro to 15-sp5 15-sp4 is not found anymore Signed-off-by: Phan Le --- test_framework/terraform/aws/sles/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_framework/terraform/aws/sles/variables.tf b/test_framework/terraform/aws/sles/variables.tf index 684bb5af8a..1a435ac39b 100644 --- a/test_framework/terraform/aws/sles/variables.tf +++ b/test_framework/terraform/aws/sles/variables.tf @@ -31,7 +31,7 @@ variable "arch" { variable "os_distro_version" { type = string - default = "15-sp4" + default = "15-sp5" } variable "aws_ami_sles_account_number" {