upgrade Elastic Beanstalk version to 2018.03 v4.17.3

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-03-30 11:13:52 +02:00
parent e83cb3acd1
commit 3d1db69fe9
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ variable "ssh_user" {
variable "stack_name" {
description = "Elastic Beanstalk stack, e.g. Docker, Go, Node, Java, IIS."
default = "64bit Amazon Linux 2018.03 v4.12.0 running Node.js"
default = "64bit Amazon Linux 2018.03 v4.17.3 running Node.js"
/* http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.platforms.html */
}