variables.tf: upgrade to Amazon Linux 2 EB image

https://github.com/dap-ps/infra-dapps/issues/22

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-10-14 12:40:18 +02:00
parent 994cb97015
commit b0cb0ae220
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,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.15 running Node.js"
default = "64bit Amazon Linux 2 v5.6.0 running Node.js 14"
/* http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.platforms.html */
}