Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Data Source: oci_core_images returns only last 3 platform images as stated in the documentation. How can i get older image OCIDs? I am launching an instance through RM stack. RM stack can be in any region. How do i get the image ocid (for my OS version which is older than last 3) for that particular region?
Community Note
Description
Data Source: oci_core_images returns only last 3 platform images as stated in the documentation. How can i get older image OCIDs? I am launching an instance through RM stack. RM stack can be in any region. How do i get the image ocid (for my OS version which is older than last 3) for that particular region?
New or Affected Resource(s)
oci_core_images
Expected Behaviour
data source should return all supported images.