Skip to content

Commit

Permalink
chore: bump ubuntu example to latest LTS, 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasehlert committed Aug 4, 2022
1 parent 267a1f7 commit 8f6e9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ubuntu/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module "runners" {
ami_owners = ["099720109477"] # Canonical's Amazon account ID

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

# Custom build AMI, no custom userdata needed.
Expand Down

0 comments on commit 8f6e9c8

Please sign in to comment.