upgrade Elastic Beanstalk stack name to v4.17.4

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-04-13 19:32:44 +02:00
parent 0e7eaa4a18
commit 1a1678d70f
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.17.3 running Node.js"
default = "64bit Amazon Linux 2018.03 v4.17.4 running Node.js"
/* http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.platforms.html */
}