Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
amy-hashi committed Jun 11, 2024
1 parent 4f540c8 commit eb857b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/active-active-rhel7-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ following traits:

- Active/Active mode
- a small VM machine type (m5.xlarge)
- Red Hat 7.9 as the VM image
- Red Hat 8.8 as the VM image
- a publicly accessible HTTP load balancer with TLS termination
- a proxy server with TLS termination
- an access key for accessing S3
Expand Down
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-*-x86_64-*-Hourly2-GP2"]
values = ["RHEL-8.8.0_HVM-*-x86_64-*-Hourly2-GP2"]
}

filter {
Expand Down

0 comments on commit eb857b4

Please sign in to comment.