Skip to content

Commit

Permalink
Fix ami arch
Browse files Browse the repository at this point in the history
  • Loading branch information
wawrzek committed Dec 5, 2024
1 parent 62970ab commit a744788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/terraform/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ data "aws_ami" "al2023" {
owners = ["amazon"]
filter {
name = "name"
values = ["al2023-ami-2023*"]
values = ["al2023-ami-2023*x86_64"]
}
}

Expand Down

0 comments on commit a744788

Please sign in to comment.