Upgrade AMI to 22.04

This commit is contained in:
Radon Rosborough 2022-10-10 14:26:45 -07:00
parent c4356a2e05
commit 791ebf08e7
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@ variable "supervisor_access_token" {
data "amazon-ami" "ubuntu" {
filters = {
name = "ubuntu/images/hvm-ssd/ubuntu-*-21.04-amd64-server-*"
// EOL: April 2027
name = "ubuntu/images/hvm-ssd/ubuntu-*-22.04-amd64-server-*"
root-device-type = "ebs"
virtualization-type = "hvm"
}