Skip to content

Commit

Permalink
Merge pull request #73 from girder/ami
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhelba committed May 24, 2023
2 parents 40c1cf7 + 5047a60 commit a9028f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ec2_worker/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ data "aws_ami" "ec2_worker_launch_default" {

filter {
name = "name"
values = ["ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-*"]
values = ["ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-*"]
}
}

Expand Down

0 comments on commit a9028f5

Please sign in to comment.