From d37a9bfd7446610dd05343955a433ae995e6b3fb Mon Sep 17 00:00:00 2001 From: "Dylan M. Taylor" Date: Tue, 31 May 2022 15:40:40 -0400 Subject: [PATCH] chore: Bump ubuntu example to latest LTS, 22.04 --- examples/ubuntu/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ubuntu/main.tf b/examples/ubuntu/main.tf index cad0e1ca59..6bf7a8a5cd 100644 --- a/examples/ubuntu/main.tf +++ b/examples/ubuntu/main.tf @@ -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.