Skip to content

Commit

Permalink
updating deprecated ubuntu ami version (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
sardorboboshov authored May 23, 2024
1 parent a03d471 commit 4d409e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ data "aws_ami" "ubuntu" {

filter {
name = "name"
values = ["ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20220420"]
values = ["ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20240514"]
}

filter {
Expand Down

0 comments on commit 4d409e1

Please sign in to comment.