Skip to content

Commit

Permalink
specify arch in paygo name
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Dec 12, 2024
1 parent 4896436 commit 34a8243
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 @@ -232,7 +232,7 @@ data "aws_ami" "suma-server-43-ltd-paygo" {
}

// EMEA offer
data "aws_ami" "suma-server-50-ltd-paygo" {
data "aws_ami" "suma-server-50-x86_64-ltd-paygo" {
most_recent = true
name_regex = "^SUSE-Manager-Server-5\\.0.*"
owners = ["679593333241"]
Expand Down

0 comments on commit 34a8243

Please sign in to comment.