From 4f540c854c5f587b3f89f78524ebe07c666b1003 Mon Sep 17 00:00:00 2001 From: Amy Brown Date: Tue, 11 Jun 2024 14:15:16 -0500 Subject: [PATCH] Use RHEL8 --- examples/active-active-proxy/README.md | 2 +- examples/active-active-proxy/data.tf | 2 +- 2 files changed, 2 insertions(+), 2 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 {