[ec2] fix usage of old Amazon Linux AMI

This commit is contained in:
Paul Schoenfelder 2018-05-25 12:59:30 -04:00
parent 50d33288c6
commit a8bee7925f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ data "aws_ami" "explorer" {
filter {
name = "name"
values = ["amzn-ami-*-x86_64-gp2"]
values = ["amzn2-ami-*-x86_64-gp2"]
}
filter {