Skip to content

Commit

Permalink
Upgrade to Ubuntu 20
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomationD committed Oct 16, 2022
1 parent 88689f3 commit 4b24a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ data "aws_ami" "this" {

filter {
name = "name"
values = ["ubuntu/images/hvm-ssd/ubuntu-*-18.04-amd64-server-*"]
values = ["ubuntu/images/hvm-ssd/ubuntu-*-20.*-amd64-server-*"]
}

filter {
Expand Down

0 comments on commit 4b24a46

Please sign in to comment.