Skip to content

Commit

Permalink
use latest rhel 6 ami always
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Apr 8, 2024
1 parent d8cb13c commit 24145d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ locals {
defaults_boe_ec2 = merge(local.defaults_ec2, {
config = merge(local.defaults_ec2.config, {
ami_owner = "374269020027"
ami_name = "base_rhel_6_10_2024-03-26*"
ami_name = "base_rhel_6_10_*"
})
instance = merge(local.defaults_ec2.instance, {
vpc_security_group_ids = ["boe", "oasys_db"]
Expand Down

0 comments on commit 24145d5

Please sign in to comment.