Skip to content

Commit

Permalink
update default ami to latest rhel8 image
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonar-cpapke committed Jul 26, 2024
1 parent ff2c169 commit 5875a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/sonar-base-instance/ami.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
id = null
owner_account_id = "309956199498"
username = "ec2-user"
name = "RHEL-8.6.0_HVM-20240419-x86_64-63-Hourly2-GP3"
name = "RHEL-8.10.0_HVM-20240627-x86_64-0-Hourly2-GP3"
}

ami = var.ami != null ? var.ami : local.ami_default
Expand Down

0 comments on commit 5875a50

Please sign in to comment.