From 9ba31b71bc875618d73e0bea01b6b5cb53e4eee5 Mon Sep 17 00:00:00 2001 From: Amy Brown <32877781+amy-hashi@users.noreply.github.com> Date: Wed, 12 Jun 2024 12:07:35 -0500 Subject: [PATCH] Bump example to RHEL8 since 7 is EoL (#337) * Use RHEL8 * update test --- examples/active-active-proxy/README.md | 2 +- examples/active-active-proxy/data.tf | 2 +- tests/active-active-rhel7-proxy/README.md | 2 +- tests/active-active-rhel7-proxy/data.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/active-active-proxy/README.md b/examples/active-active-proxy/README.md index 4ac5d722..e76d229e 100644 --- a/examples/active-active-proxy/README.md +++ b/examples/active-active-proxy/README.md @@ -7,7 +7,7 @@ This example for Terraform Enterprise creates a TFE installation with the follow - Active/Active architecture - External Services production type - m5.xlarge virtual machine type -- RHEL 7.9 +- RHEL 8.8 - A privately accessible TCP load balancer with TLS pass-through - An ubuntu based mitm proxy server with TLS termination diff --git a/examples/active-active-proxy/data.tf b/examples/active-active-proxy/data.tf index 32adc7bd..6bb8445b 100644 --- a/examples/active-active-proxy/data.tf +++ b/examples/active-active-proxy/data.tf @@ -16,7 +16,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 { 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 {