Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ADOT Patch workflow committed Jan 11, 2024
1 parent 56d6ed7 commit e975736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/terraform/ec2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ data "aws_ami" "ami" {
}
filter {
name = "state"
values = "available"
values = ["available"]
}
filter {
name = "architecture"
Expand Down

0 comments on commit e975736

Please sign in to comment.