stack update

This commit is contained in:
Edward Viaene
2020-02-28 21:04:55 +01:00
parent 520dd3ef53
commit b5fc1d68a5
+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 2016.09 v2.3.0 running PHP 7.0"
solution_stack_name = "64bit Amazon Linux 2018.03 v2.9.2 running PHP 7.3"
setting {
namespace = "aws:ec2:vpc"
name = "VPCId"