mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-22 05:01:55 +03:00
stack update
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user