optar_infra/terraform/modules/ecr/outputs.tf

4 lines
113 B
Terraform
Raw Permalink Normal View History

2024-07-18 09:30:33 +00:00
output "ecr" {
description = "ARN of the bucket used as a cache"
value = aws_ecr_repository.optar.arn
}