Files
terraform-course/docker-demo-1/output.tf
T
Edward Viaene d32475746d docker-demo-1
2016-10-25 17:05:18 +00:00

4 lines
89 B
Terraform

output "myapp-repository-URL" {
value = "${aws_ecr_repository.myapp.repository_url}"
}