mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
11 lines
213 B
HCL
11 lines
213 B
HCL
output "repository_name" {
|
|
value = aws_ecr_repository.this.name
|
|
}
|
|
|
|
output "repository_url" {
|
|
value = aws_ecr_repository.this.repository_url
|
|
}
|
|
|
|
output "repository_arn" {
|
|
value = aws_ecr_repository.this.arn
|
|
}
|