Skip to content

Commit c306099

Browse files
authored
Fix EB platform version for integration test (#420)
1 parent de7e178 commit c306099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/eb.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ resource "aws_elastic_beanstalk_application_version" "eb_app_version" {
5555
resource "aws_elastic_beanstalk_environment" "eb_env" {
5656
name = "${var.resource_prefix}-EB-App-Env"
5757
application = aws_elastic_beanstalk_application.eb_app.name
58-
solution_stack_name = "64bit Amazon Linux 2 v3.5.10 running Python 3.8"
58+
solution_stack_name = "64bit Amazon Linux 2 v3.5.12 running Python 3.8"
5959
tier = "WebServer"
6060
version_label = aws_elastic_beanstalk_application_version.eb_app_version.name
6161
cname_prefix = "${var.resource_prefix}-Eb-app-env"

0 commit comments

Comments
 (0)