From eb857b4036aa7ea918acd843d9372e9cc1a3411d Mon Sep 17 00:00:00 2001 From: Amy Brown Date: Tue, 11 Jun 2024 14:20:22 -0500 Subject: [PATCH] update test --- tests/active-active-rhel7-proxy/README.md | 2 +- tests/active-active-rhel7-proxy/data.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/active-active-rhel7-proxy/README.md b/tests/active-active-rhel7-proxy/README.md index 80693846..111a8d6f 100644 --- a/tests/active-active-rhel7-proxy/README.md +++ b/tests/active-active-rhel7-proxy/README.md @@ -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 diff --git a/tests/active-active-rhel7-proxy/data.tf b/tests/active-active-rhel7-proxy/data.tf index 6c0ea2d7..096e8dba 100644 --- a/tests/active-active-rhel7-proxy/data.tf +++ b/tests/active-active-rhel7-proxy/data.tf @@ -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 {