mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
4 lines
No EOL
132 B
HCL
4 lines
No EOL
132 B
HCL
output "ecr_repository_name" {
|
|
description = "Name of the EPR repo in AWS"
|
|
value = aws_ecr_repository.my_repository.name
|
|
} |