Terraform and latest image of a family
Content
I've found sample code for how to add a particular image depending on the region, but is there a way to always reference the latest image from a particular family?
I'm new to Terraform and setting it up to use the current version of Ubuntu 16.04, but I can only see how to reference a particular release date version. As time goes on, I would like the terraform file to use the most recent 16.04 image available without needing to keep updating the terraform files.
Is there a way to do that?
https://www.terraform.io/docs/providers/oci/guides/best_practices.html
0