Skip to content

Commit

Permalink
merging
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 27, 2024
2 parents 9f40323 + 2bdee71 commit defc594
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,7 @@ module "docker" {
dest_docker_repo = "docker-image-pipeline"
}
}

output "docker_repo" {
value = aws_ecr_repository.repo
}

0 comments on commit defc594

Please sign in to comment.