We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb6ceed commit a066160Copy full SHA for a066160
terraform/eb.tf
@@ -55,7 +55,7 @@ resource "aws_elastic_beanstalk_application_version" "eb_app_version" {
55
resource "aws_elastic_beanstalk_environment" "eb_env" {
56
name = "${var.resource_prefix}-EB-App-Env"
57
application = aws_elastic_beanstalk_application.eb_app.name
58
- solution_stack_name = "64bit Amazon Linux 2 v3.1.1 running Python 3.7"
+ solution_stack_name = "64bit Amazon Linux 2 v3.1.3 running Python 3.7"
59
tier = "WebServer"
60
version_label = aws_elastic_beanstalk_application_version.eb_app_version.name
61
cname_prefix = "${var.resource_prefix}-Eb-app-env"
0 commit comments