Adds initial files]
This commit is contained in:
14
infra/ecr/outputs.tf
Normal file
14
infra/ecr/outputs.tf
Normal file
@@ -0,0 +1,14 @@
|
||||
output "repository_url" {
|
||||
description = "ECR repository URL"
|
||||
value = aws_ecr_repository.app.repository_url
|
||||
}
|
||||
|
||||
output "repository_arn" {
|
||||
description = "ECR repository ARN"
|
||||
value = aws_ecr_repository.app.arn
|
||||
}
|
||||
|
||||
output "repository_name" {
|
||||
description = "ECR repository name"
|
||||
value = aws_ecr_repository.app.name
|
||||
}
|
||||
Reference in New Issue
Block a user