stack update

This commit is contained in:
Edward Viaene
2020-03-04 07:16:59 -08:00
parent acf92a5dd3
commit 68a6fabcb0
+1 -1
View File
@@ -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"