Skip to content

Commit

Permalink
fix(aws example): bump aws_ami to RHEL 8.9 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
finken2 authored May 29, 2024
1 parent 4ce918d commit 1cbeaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/satellite-aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,5 @@ variable "resource_prefix" {
variable "aws_ami" {
description = "The AMI to use for ec2 instances"
type = string
default = "RHEL-8.6.0_HVM-20220503-x86_64-2-Hourly2-GP2"
default = "RHEL-8.9.0_HVM-20240327-x86_64-4-Hourly2-GP3"
}

0 comments on commit 1cbeaad

Please sign in to comment.