Skip to content

Commit

Permalink
Bump example to RHEL8 since 7 is EoL (#337)
Browse files Browse the repository at this point in the history
* Use RHEL8

* update test
  • Loading branch information
amy-hashi authored Jun 12, 2024
1 parent 4e713e4 commit 9ba31b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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
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 9ba31b7

Please sign in to comment.