Skip to content

Commit

Permalink
Update x-pack/metricbeat/module/aws/terraform.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Jaime Soriano Pastor <jaime.soriano@elastic.co>
  • Loading branch information
kaiyan-sheng and jsoriano authored Feb 16, 2021
1 parent c4a9f92 commit d629628
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions x-pack/metricbeat/module/aws/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ data "aws_ami" "latest-amzn" {
most_recent = true
owners = ["amazon"]
filter {
name = "name"
name = "name"
values = [
"amzn2-ami-hvm-*"]
"amzn2-ami-hvm-*",
]
}
}

0 comments on commit d629628

Please sign in to comment.