From 68a6fabcb0d4fc3243553ffc3ab4363328667a45 Mon Sep 17 00:00:00 2001 From: Edward Viaene Date: Wed, 4 Mar 2020 07:16:59 -0800 Subject: [PATCH] stack update --- demo-17/elasticbeanstalk.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-17/elasticbeanstalk.tf b/demo-17/elasticbeanstalk.tf index 215f98b..564bd85 100644 --- a/demo-17/elasticbeanstalk.tf +++ b/demo-17/elasticbeanstalk.tf @@ -6,7 +6,7 @@ resource "aws_elastic_beanstalk_application" "app" { resource "aws_elastic_beanstalk_environment" "app-prod" { name = "app-prod" application = aws_elastic_beanstalk_application.app.name - solution_stack_name = "64bit Amazon Linux 2018.03 v2.9.2 running PHP 7.3" + solution_stack_name = "64bit Amazon Linux 2018.03 v2.9.2 running PHP 7.2" setting { namespace = "aws:ec2:vpc" name = "VPCId"