diff --git a/infrastructure/cloud/modules/container/outputs.tf b/infrastructure/cloud/modules/container/outputs.tf index ca0e0cd8..2c0a2b56 100644 --- a/infrastructure/cloud/modules/container/outputs.tf +++ b/infrastructure/cloud/modules/container/outputs.tf @@ -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, "") }