Skip to content

Commit

Permalink
add output in example
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Nov 23, 2024
1 parent d4eacc0 commit ad93de7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,9 @@ module "custom-ecr-domain" {
resource "aws_ecr_repository" "test" {
name = "test"
}

###############
# OUTPUTS #
###############

output "image" { value = "ecr.${var.domain_name}/${aws_ecr_repository.test.name}" }

0 comments on commit ad93de7

Please sign in to comment.