From a8bee7925f82e9afde42f84c2461b6b1ee9fd961 Mon Sep 17 00:00:00 2001 From: Paul Schoenfelder Date: Fri, 25 May 2018 12:59:30 -0400 Subject: [PATCH] [ec2] fix usage of old Amazon Linux AMI --- modules/stack/hosts.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/stack/hosts.tf b/modules/stack/hosts.tf index 6434fc3..c340902 100644 --- a/modules/stack/hosts.tf +++ b/modules/stack/hosts.tf @@ -3,7 +3,7 @@ data "aws_ami" "explorer" { filter { name = "name" - values = ["amzn-ami-*-x86_64-gp2"] + values = ["amzn2-ami-*-x86_64-gp2"] } filter {