From acefe0b6332d55392be499354134b8927083b529 Mon Sep 17 00:00:00 2001 From: Joe Niland Date: Sun, 11 May 2025 11:14:08 +1000 Subject: [PATCH] chore: update solution stack name to version 4.5.1 for multiple fixtures --- examples/complete/fixtures.us-east-2.tfvars | 2 +- examples/nlb/fixtures.us-east-2.tfvars | 2 +- examples/shared-alb/fixtures.us-east-2.tfvars | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/complete/fixtures.us-east-2.tfvars b/examples/complete/fixtures.us-east-2.tfvars index 031b934..e22be49 100644 --- a/examples/complete/fixtures.us-east-2.tfvars +++ b/examples/complete/fixtures.us-east-2.tfvars @@ -62,7 +62,7 @@ elb_scheme = "public" // https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html // https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html#platforms-supported.docker -solution_stack_name = "64bit Amazon Linux 2023 v4.0.1 running Python 3.11" +solution_stack_name = "64bit Amazon Linux 2023 v4.5.1 running Python 3.11" version_label = "" diff --git a/examples/nlb/fixtures.us-east-2.tfvars b/examples/nlb/fixtures.us-east-2.tfvars index 9bdd7b1..d6143b8 100644 --- a/examples/nlb/fixtures.us-east-2.tfvars +++ b/examples/nlb/fixtures.us-east-2.tfvars @@ -60,7 +60,7 @@ elb_scheme = "public" // https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html // https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html#platforms-supported.docker -solution_stack_name = "64bit Amazon Linux 2023 v4.0.1 running Python 3.11" +solution_stack_name = "64bit Amazon Linux 2023 v4.5.1 running Python 3.11" version_label = "" diff --git a/examples/shared-alb/fixtures.us-east-2.tfvars b/examples/shared-alb/fixtures.us-east-2.tfvars index f6fbc0a..7ec7d85 100644 --- a/examples/shared-alb/fixtures.us-east-2.tfvars +++ b/examples/shared-alb/fixtures.us-east-2.tfvars @@ -58,7 +58,7 @@ autoscale_upper_increment = 1 // https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html // https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html#platforms-supported.docker -solution_stack_name = "64bit Amazon Linux 2023 v4.0.1 running Python 3.11" +solution_stack_name = "64bit Amazon Linux 2023 v4.5.1 running Python 3.11" version_label = ""