update Ubuntu 22.04 image to the latest

Previous image was removed from AWS.
This commit is contained in:
Anton Iakimov 2024-08-16 14:34:48 +02:00
parent 2e6c14f88c
commit 801bfdf695
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ variable "data_vol_iops" {
variable "image_name" {
description = "Name of AMI image to use."
type = string
default = "ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20220810"
/* Use: aws ec2 describe-images --filters 'Name=name,Values=ubuntu/images/hvm-ssd/ubuntu-focal-20.04*' */
default = "ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20240801"
/* Use: aws ec2 describe-images --filters 'Name=name,Values=ubuntu/images/hvm-ssd/ubuntu-jammy-22.04*' */
}
variable "image_owner" {