upgrade Elastic Beanstalk stack name to v4.17.4
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
0e7eaa4a18
commit
1a1678d70f
|
@ -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 */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue