TritonDataCenter / terraform-provider-triton

Terraform Joyent Triton provider
https://www.terraform.io/docs/providers/triton/
Mozilla Public License 2.0
15 stars 24 forks source link

`triton_image` needs to learn to optionally distinguish the latest in the face of several matches #18

Closed jen20 closed 7 years ago

jen20 commented 7 years ago

Similar to AWS, we should implement most_recent flag for triton_image for situations where conflicting versions and names are present for an image.

jwreagor commented 7 years ago

This has hit me as well so I know exactly the situations with Triton in which this would be handy.

stack72 commented 7 years ago

@jen20 / @cheapRoc PR coming for this :) I just added the functionality and am running the acceptance tests to make sure it works