Skip to content

Commit

Permalink
Fix flatcar AMI filter (#1692) (#1693)
Browse files Browse the repository at this point in the history
Signed-off-by: Artiom Diomin <kron82@gmail.com>
  • Loading branch information
kron4eg authored Dec 17, 2021
1 parent 6ef9df8 commit 518a842
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/terraform/aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ data "aws_ami" "ami" {
name = "virtualization-type"
values = ["hvm"]
}

filter {
name = "architecture"
values = ["x86_64"]
}
}

data "aws_vpc" "selected" {
Expand Down

0 comments on commit 518a842

Please sign in to comment.