mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 04:09:34 +01:00
Temporarily pin Fedora Atomic AMI
* Atomic has published AMI images that shutdown immediately after being powered on
This commit is contained in:
parent
f990473cde
commit
5212684472
@ -14,6 +14,6 @@ data "aws_ami" "fedora" {
|
||||
|
||||
filter {
|
||||
name = "name"
|
||||
values = ["Fedora-Atomic-27*-gp2-0"]
|
||||
values = ["Fedora-Atomic-27-20180404*-gp2-*"]
|
||||
}
|
||||
}
|
||||
|
@ -14,6 +14,6 @@ data "aws_ami" "fedora" {
|
||||
|
||||
filter {
|
||||
name = "name"
|
||||
values = ["Fedora-Atomic-27*-gp2-0"]
|
||||
values = ["Fedora-Atomic-27-20180404*-gp2-*"]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user