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:
parent
3f2978821b
commit
233ec6dcb0
|
@ -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-*"]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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-*"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue