update stack for demo 17 (#37)

This commit is contained in:
Ryan Clemente
2020-05-31 04:04:51 +08:00
committed by GitHub
parent 0b31270c46
commit b23589e5fc
+1 -1
View File
@@ -6,7 +6,7 @@ resource "aws_elastic_beanstalk_application" "app" {
resource "aws_elastic_beanstalk_environment" "app-prod" { resource "aws_elastic_beanstalk_environment" "app-prod" {
name = "app-prod" name = "app-prod"
application = aws_elastic_beanstalk_application.app.name application = aws_elastic_beanstalk_application.app.name
solution_stack_name = "64bit Amazon Linux 2018.03 v2.9.2 running PHP 7.2" solution_stack_name = "64bit Amazon Linux 2018.03 v2.9.6 running PHP 7.3"
setting { setting {
namespace = "aws:ec2:vpc" namespace = "aws:ec2:vpc"
name = "VPCId" name = "VPCId"