Skip to content

Commit

Permalink
fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Feb 23, 2024
1 parent 908d97d commit f62112a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/acceptance/setup-terraform/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ output "log_group_name" {
}

output "ecr_image_uri" {
value = "${aws_ecr_repository.lambda-registrator.repository_url}:${local.ecr_image_tag}"
value = "${aws_ecr_repository.lambda-registrator.repository_url}:${local.ecr_image_tag}-${var.arch}"
}

output "suffix" {
Expand Down

0 comments on commit f62112a

Please sign in to comment.