Skip to content

Commit

Permalink
Merge pull request #1750 from uyuni-project/fix-rocky-linux-ami
Browse files Browse the repository at this point in the history
Rock Linux 8 ami was renamed
  • Loading branch information
mcalmer authored Nov 22, 2024
2 parents 5f6d815 + f0631bf commit 35cdb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend_modules/aws/base/ami.tf
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ data "aws_ami" "sles12sp5-paygo" {

data "aws_ami" "rocky8" {
most_recent = true
name_regex = "^Rocky-8-EC2-8"
name_regex = "^Rocky-8-EC2-Base-8"
owners = ["792107900819"]

filter {
Expand Down

0 comments on commit 35cdb29

Please sign in to comment.