Skip to content

Commit a066160

Browse files
bhautikpipTyler Hargraves
authored and
Tyler Hargraves
committed
fix: eb solution stack name (aws#251)
* fix: eb solution stack name * minor change * Update IntegrationTesting.yaml
1 parent cb6ceed commit a066160

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)