Update Fedora Atomic AMI to version 27.122

* http://www.projectatomic.io/blog/2018/04/fedora-atomic-20-apr-18/
* Atomic publishes nightly AMIs which sometimes don't boot
or have issues. Until there is a source of reliable AMIs,
pin the best known working AMI
* Rel 66a66f0d18544591ffdbf8fae9df790113c93d72
This commit is contained in:
Dalton Hubble 2018-04-20 20:53:50 -07:00
parent 3f2978821b
commit 233ec6dcb0
2 changed files with 2 additions and 2 deletions

View File

@ -14,6 +14,6 @@ data "aws_ami" "fedora" {
filter {
name = "name"
values = ["Fedora-Atomic-27-20180404*-gp2-*"]
values = ["Fedora-Atomic-27-20180419.0.x86_64-*-gp2-*"]
}
}

View File

@ -14,6 +14,6 @@ data "aws_ami" "fedora" {
filter {
name = "name"
values = ["Fedora-Atomic-27-20180404*-gp2-*"]
values = ["Fedora-Atomic-27-20180419.0.x86_64-*-gp2-*"]
}
}