Skip to content

Commit

Permalink
Use RHEL8
Browse files Browse the repository at this point in the history
  • Loading branch information
amy-hashi committed Jun 11, 2024
1 parent 4e713e4 commit 4f540c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/active-active-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/active-active-proxy/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4f540c8

Please sign in to comment.