Skip to content

Commit

Permalink
Update Fedora Atomic from 27 to 28 on AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Jul 1, 2018
1 parent def445a commit 23f98cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws/fedora-atomic/kubernetes/ami.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ data "aws_ami" "fedora" {

filter {
name = "name"
values = ["Fedora-Atomic-27-20180419.0.x86_64-*-gp2-*"]
values = ["Fedora-AtomicHost-28-20180625.1.x86_64-*-gp2-*"]
}
}
2 changes: 1 addition & 1 deletion aws/fedora-atomic/kubernetes/workers/ami.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ data "aws_ami" "fedora" {

filter {
name = "name"
values = ["Fedora-Atomic-27-20180419.0.x86_64-*-gp2-*"]
values = ["Fedora-AtomicHost-28-20180625.1.x86_64-*-gp2-*"]
}
}

0 comments on commit 23f98cf

Please sign in to comment.