-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ECR Repository link attribute #5518
Comments
@ajcrites, I am trying to locate the docs that point to how that URL is formed - have you been able to find that? |
I guess this is what we need: http://docs.aws.amazon.com/AmazonECR/latest/userguide/docker-push-ecr-image.html It specifically says the following:
What do you suggest the property name to be exposed as? |
I would expect it to look something like:
I think the region can only be us-east-1 for now, but should still be something that's already known ahead of time. EDIT: removing the |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I am creating an ECR and then creating a task definition using an image in that ECR. I currently have to construct the repo url but it would be simpler to make this an attribute of the ECR.
The
image
above could be replaced with${aws_ecr_repository.ingest.link}/ingest:latest
The text was updated successfully, but these errors were encountered: