Skip to content

Commit

Permalink
remove comment out code
Browse files Browse the repository at this point in the history
  • Loading branch information
marycrawford committed Jun 12, 2024
1 parent 5115d99 commit 7dd0805
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/ecr/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@ output "repository_url" {
value = [for repo in aws_ecr_repository.repo : repo.repository_url]
}

# output "repository_urls" {
# value = { for key, repo in aws_ecr_repository.repo : key => repo.repository_url }
# }


0 comments on commit 7dd0805

Please sign in to comment.