-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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: Add Image URI as an Attribute for the image data source #13671
Comments
Happy to make a PR for this if it's something the provider would accept. |
It would also be useful with |
What am I using in the mean time
|
thanks! |
I need to have Terraform to deploy ECS Farget,the image stored in ECR |
I've authored a pull request that addresses this issue here: #24526. |
This functionality has been released in v5.32.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Community Note
Description
Expose Image URI as an output attribute for the
aws_ecr_image
data source since it would be useful in many areas. For example, passing it to ECS for a task def, or Kubernetes as the image in a pod.While it's absolutely possible to construct it yourself, it feels like this is a common enough use case that it'd be nice to expose it for users.
New or Affected Resource(s)
aws_ecr_image
The text was updated successfully, but these errors were encountered: