Skip to content

Commit

Permalink
Merge pull request #11 from dxw/ami-linux
Browse files Browse the repository at this point in the history
Updated AMI to Amazon Linux 2023
  • Loading branch information
DrizzlyOwl authored Jun 30, 2023
2 parents 4111290 + d2fd6fb commit 2e6351f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data "aws_ami" "ecs_ami" {

filter {
name = "name"
values = ["amzn2-ami-ecs-hvm-${var.ami_version}"]
values = ["al2023-ami-ecs-hvm-${var.ami_version}"]
}

filter {
Expand Down

0 comments on commit 2e6351f

Please sign in to comment.