Skip to content

Commit 3b7097f

Browse files
authored
fix: eb solution stack name
1 parent 2b5a130 commit 3b7097f

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.1.1 running Python 3.7"
58+
solution_stack_name = "64bit Amazon Linux 2 v3.1.3 running Python 3.7"
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)