Skip to content

Commit

Permalink
Repairing the rhel 7.9 image ami query (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkerry authored May 21, 2024
1 parent 8488236 commit 5fef34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/active-active-rhel7-proxy/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ data "aws_ami" "rhel" {

filter {
name = "name"
values = ["RHEL-7.9_HVM-20220512-x86_64-1-Hourly2-GP2"]
values = ["RHEL-7.9_HVM-*-x86_64-*-Hourly2-GP2"]
}

filter {
Expand Down

0 comments on commit 5fef34f

Please sign in to comment.