Skip to content

Commit

Permalink
Fixed renamed resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Macapobre committed Jul 25, 2024
1 parent 4ab505e commit 664bcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/cloud/modules/container/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "ecr_url" {
description = "The ECR URL."
value = try(aws_ecr_repository.aws_ecr_repository.repository_url, "")
value = try(aws_ecr_repository.ecr_repository.repository_url, "")
}

0 comments on commit 664bcb8

Please sign in to comment.